Mesh.GetAllBoneWeights

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public NativeArray<BoneWeight1> GetAllBoneWeights();

Description

The bone weights of all vertices.

Returns all non-zero bone weights for the Mesh. Use GetBonesPerVertex to get the number of non-zero weights for each vertex.

The returned array is sorted by vertex index first and weights in descending order second. The weights for a vertex add up to 1.

Unlike boneWeights, this method is not limited to 4 bones per vertex.

See Also: SetBoneWeights.

Did you find this page useful? Please give it a rating: