RenderStateManager.MinTessellationLevel Property |
Language: |
Retrieves or sets the minimum tessellation level.
Visual Basic Public Property MinTessellationLevel As Single C# public float MinTessellationLevel { get; set; } C++ public:
property float MinTessellationLevel {
float get();
void set(float value);
}JScript public function get MinTessellationLevel() : float
public function set MinTessellationLevel(float);
System.Single
This property is read/write.
Floating-point value that represents the minimum tessellation level to set or retrieve.
The default value is 1.0f.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.