StencilTestArguments QML Type

The StencilTestArguments type specifies arguments for stencil test 更多...

Import Statement: import Qt3D.Render 2.0
开始支持版本: Qt 5.7
Instantiates: QStencilTestArguments
基类:

QtObject

属性

详细描述

The StencilTestArguments type specifies the arguments for the stencil test.

属性

comparisonMask : int

Holds the stencil test comparison mask. Default is all zeroes.


[read-only] faceMode : enumeration

Holds the faces the arguments are applied to.

参见 Qt3DRender::QStencilTestArguments::StencilFaceMode.


referenceValue : int

Holds the stencil test reference value. Default is zero.


stencilFunction : enumeration

Holds the stencil test function. Default is StencilTestArguments.Never.