RenderStateManager.StencilFail Property |
Language: |
Retrieves or sets the stencil operation to perform if the stencil test fails.
Visual Basic .NET Public Property StencilFail As StencilOperation C# public StencilOperation StencilFail { get; set; } Managed C++ public: __property StencilOperation get_StencilFail();
public: __property void set_StencilFail(StencilOperation);JScript .NET public function get StencilFail() : StencilOperation
public function set StencilFail(StencilOperation);
Microsoft.DirectX.Direct3D.StencilOperation . Value of the StencilOperation enumeration that represents the value of 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.