RenderStateManager.StencilMask Property |
Language: |
Retrieves or sets the mask applied to the reference value and each stencil buffer entry to determine the significant bits for the stencil test.
Visual Basic .NET Public Property StencilMask As Integer C# public int StencilMask { get; set; } Managed C++ public: __property int get_StencilMask();
public: __property void set_StencilMask(int);JScript .NET public function get StencilMask() : int
public function set StencilMask(int);
System.Int32 . Integer value that represents the mask to set or retrieve.
This property is read/write.
The default mask is 0xFFFFFFFF.
Feedback? Please provide us with your comments on this topic.