RenderStateManager.CounterClockwiseStencilZBufferFail Property |
Language: |
Retrieves the StencilOperation or sets it to perform if the counterclockwise (CCW) stencil test passes and the z-test fails.
Visual Basic .NET Public Property CounterClockwiseStencilZBufferFail As StencilOperation C# public StencilOperation CounterClockwiseStencilZBufferFail { get; set; } Managed C++ public: __property StencilOperation get_CounterClockwiseStencilZBufferFail();
public: __property void set_CounterClockwiseStencilZBufferFail(StencilOperation);JScript .NET public function get CounterClockwiseStencilZBufferFail() : StencilOperation
public function set CounterClockwiseStencilZBufferFail(StencilOperation);
Microsoft.DirectX.Direct3D.StencilOperation . Value of the StencilOperation enumeration that specifies the stencil operation to set or retrieve.
This property is read/write.
The default value is StencilOperation.Keep.
Feedback? Please provide us with your comments on this topic.