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