Version: 2018.1
public void GetBoneWeights (List<BoneWeight> boneWeights);

パラメーター

boneWeightsA list of bone weights to populate.

説明

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.