SkinInformation.NumberBones Property (Microsoft.DirectX.Direct3D)

Retrieves the number of bones in a mesh.

Definition

Visual Basic Public ReadOnly Property NumberBones As Integer
C# public int NumberBones { get; }
C++ public:
property int NumberBones {
        int get();
}
JScript public function get NumberBones() : int

Property Value

System.Int32
Value that represents the number of bones.

This property is read-only.