PrtSplitMeshClusterData.ClusterLength Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the number of clusters in this supercluster.

Definition

Visual Basic Public Property ClusterLength As Integer
C# public int ClusterLength { get; set; }
C++ public:
property int ClusterLength {
        int get();
        void set(int value);
}
JScript public function get ClusterLength() : int
public function set ClusterLength(int);

Property Value

System.Int32
Number of clusters in this supercluster.

This property is read/write.