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