StencilTestArguments QML Type

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

import 語句: import Qt3D.Render 2.8
在 C++: QStencilTestArguments
繼承:

QtObject

狀態: 棄用

特性

詳細描述

The StencilTestArguments type specifies the arguments for the stencil test.

特性文檔編製

comparisonMask : int

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

faceMode : enumeration [read-only]

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.