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