RenderStateManager.StencilPass Property |
Language: |
Retrieves or sets the stencil operation to perform if both the stencil test and the depth test (z-test) pass.
Visual Basic Public Property StencilPass As StencilOperation C# public StencilOperation StencilPass { get; set; } C++ public:
property StencilOperation StencilPass {
StencilOperation get();
void set(StencilOperation value);
}JScript public function get StencilPass() : StencilOperation
public function set StencilPass(StencilOperation);
Microsoft.DirectX.Direct3D.StencilOperation
This property is read/write.
Value of the StencilOperation enumeration that represents the value of the stencil operation to set or retrieve.
The default value is StencilOperation.Keep.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.