RenderStateManager.ReferenceStencil Property |
Language: |
Specifies a reference value to use for the stencil test.
Visual Basic .NET Public Property ReferenceStencil As Integer C# public int ReferenceStencil { get; set; } Managed C++ public: __property int get_ReferenceStencil();
public: __property void set_ReferenceStencil(int);JScript .NET public function get ReferenceStencil() : int
public function set ReferenceStencil(int);
System.Int32 . Integer that specifies the stencil test value to set or retrieve.
This property is read/write.
The default value is 0.
Feedback? Please provide us with your comments on this topic.