RenderStateManager.StencilWriteMask Property |
Language: |
Retrieves or sets the write mask applied to values written into the stencil buffer.
Visual Basic Public Property StencilWriteMask As Integer C# public int StencilWriteMask { get; set; } C++ public:
property int StencilWriteMask {
int get();
void set(int value);
}JScript public function get StencilWriteMask() : int
public function set StencilWriteMask(int);
System.Int32
This property is read/write.
Integer value that represents the write mask to set or retrieve.
The default mask is 0xFFFFFFFF.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.