StencilTestArguments QML Type

스텐실 테스트 인수는 스텐실 테스트에 대한 인수를 지정합니다. 더 보기...

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

QtObject

Status: Deprecated

속성

상세 설명

스텐실 테스트 인수를 지정하는 스텐실 테스트 인수를 지정하는 유형입니다.

프로퍼티 문서

comparisonMask : int

스텐실 테스트 비교 마스크를 보유합니다. 기본값은 모두 0입니다.


faceMode : enumeration [read-only]

인수가 적용되는 면을 보유합니다.

Qt3DRender::QStencilTestArguments::StencilFaceMode참조하십시오 .


referenceValue : int

스텐실 테스트 기준값을 보유합니다. 기본값은 0입니다.


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.