BoneInfluences.GetWeights() Method (Microsoft.DirectX.Direct3D)

Retrieves or sets an array of weights associated with the current BoneInfluences structure.

Definition

Visual Basic Public Function GetWeights() As Single()
C# public float[] GetWeights();
C++ public:
array<float>^ GetWeights();
JScript public function GetWeights() : float[];

Return Value

System.Single[]
Array of SingleLeave Site values indicating the weight values that the bone exerts on the vertices associated with the current BoneInfluences structure.