RenderStateManager.CullMode Property |
Language: |
Specifies how back-facing triangles are culled, if at all.
Visual Basic .NET Public Property CullMode As Cull C# public Cull CullMode { get; set; } Managed C++ public: __property Cull get_CullMode();
public: __property void set_CullMode(Cull);JScript .NET public function get CullMode() : Cull
public function set CullMode(Cull);
Microsoft.DirectX.Direct3D.Cull . Value of the Cull enumeration that specifies the culling mode to set or retrieve.
This property is read/write.
The default value is Cull.CounterClockwise.
Feedback? Please provide us with your comments on this topic.