BoneCombination.BoneId Property

Language:

Retrieves or sets an array of values that identify each of the bones that can be drawn in a single drawing call.

Definition

Visual Basic Public Property BoneId As Integer()
C# public int[] BoneId { get; set; }
C++ public:
property array<int>^ BoneId {
        array<int>^ get();
        void set(array<int>^ value);
}
JScript public function get BoneId() : int[]
public function set BoneId(int[]);

Property Value

System.Int32[]
Array of Int32 Leave Site values that identify the bones that can be drawn in a single drawing call.

This property is read/write. 

Remarks

The array can be of variable length to accommodate variable-length bone combinations of SkinInformation.ConvertToIndexedBlendedMesh. The size of the array varies based on the type of mesh generated. A non-indexed mesh array size is equal to the number of weights per vertex. An indexed mesh array size is equal to the number of bone matrix palette entries.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center