RenderStateManager.AdaptiveTessellateX Property (Microsoft.DirectX.Direct3D)
Amount to adaptively tessellate in the x direction. The default value is 0.0f.
Visual Basic Public Property AdaptiveTessellateX As Single C# public float AdaptiveTessellateX { get; set; } C++ public:
property float AdaptiveTessellateX {
float get();
void set(float value);
}JScript public function get AdaptiveTessellateX() : float
public function set AdaptiveTessellateX(float);
System.Single
This property is read/write.
A Singlethat sets or receives the value.
Show:
