StencilOperationArguments QML Type▲
- 
					Import Statement: import Qt3D.Render 2.12 
- 
					Since: Qt 5.7 
- 
					Inherits: QtObject 
- 
					Instantiates:: QStencilOperationArguments 
- 
					Group: StencilOperationArguments is part of renderstates 
Detailed Description▲
The StencilOperationArguments type specifies the arguments for the stencil operations.
See Also▲
See also StencilOperation
Property Documentation▲
allTestsPassOperation : enumeration▲
Holds the stencil test operation for when depth and stencil test pass. Default is StencilOperationArguments.Keep.
See Also▲
depthTestFailureOperation : enumeration▲
Holds the stencil test operation for when the stencil test passes, but depth test fails. Default is StencilOperationArguments.Keep.
See Also▲
[read-only] faceMode : enumeration▲
stencilTestFailureOperation : enumeration▲
Holds the stencil test operation for when the stencil test fails. Default is StencilOperationArguments.Keep.
- 
							StencilOperationArguments.Replace 
- 
							StencilOperationArguments.Increment 
- 
							StencilOperationArguments.Decrement 
- 
							StencilOperationArguments.IncrementWrap 
- 
							StencilOperationArguments.DecrementWrap 
- 
							StencilOperationArguments.Inverter 




