Mesh.GetBoneWeights

Cambiar al Manual
public void GetBoneWeights (List<BoneWeight> boneWeights);

Parámetros

boneWeightsA list of bone weights to populate.

Descripción

Gets the bone weights for this instance.

The bone weight at each index corresponds to the vertex with the same index if this instance has bone weights defined. Otherwise the list will be empty.

Use this method instead of boneWeights if you control the life cycle of the list passed in and you want to avoid allocating a new array with every access.