このページでは

StencilTestArguments QML Type

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

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

QtObject

Status: Deprecated

プロパティ

詳細説明

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

プロパティの説明

comparisonMask : int

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

faceMode : enumeration [read-only]

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

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

referenceValue : int

ステンシル・テストの基準値を保持する。デフォルトはゼロ。

stencilFunction : enumeration

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

© 2026 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.