RenderStateManager.MaxTessellationLevel Property |
Language: |
Retrieves or sets the maximum tessellation level.
Visual Basic Public Property MaxTessellationLevel As Single C# public float MaxTessellationLevel { get; set; } C++ public:
property float MaxTessellationLevel {
float get();
void set(float value);
}JScript public function get MaxTessellationLevel() : float
public function set MaxTessellationLevel(float);
System.Single
This property is read/write.
Floating-point value that represents the maximum 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.