PrtSplitMeshVertexData.SubCluster Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the cluster index, relative to the supercluster.

Definition

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

Property Value

System.Int32
Cluster index, relative to the supercluster.

This property is read/write.