StencilTestArguments QML Type

StencilTestArguments型は、ステンシル・テストの引数を指定します。詳細...

Import Statement: import Qt3D.Render 2.8
In C++: QStencilTestArguments
Inherits:

QtObject

Status: Deprecated

プロパティ

詳細説明

StencilTestArguments 型は、ステンシル・テストの引数を指定します。

プロパティの説明

comparisonMask : int

ステンシル・テストの比較マスクを保持します。デフォルトはすべてゼロです。


faceMode : enumeration [read-only]

引数が適用される面を保持します。

Qt3DRender::QStencilTestArguments::StencilFaceModeも参照してください


referenceValue : int

ステンシルテストの参照値を保持します。デフォルトはゼロ。


stencilFunction : enumeration

ステンシルテスト関数を保持する。デフォルトはStencilTestArguments.Never です。


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.