Version: 2020.2
언어: 한국어
public int maxBonesPerVertex ;

설명

The maximum number of bones per vertex stored in this mesh data.

Range: 1 - 255, inclusive. Note that higher bone counts may have a performance cost, especially above 4 bones per vertex.

This setting affects the underlying mesh data; vertices with more than this number will have the lowest weighted bones discarded.

You can limit the number of bones that Unity takes into account when performing skinning using the QualitySettings.skinWeights and SkinnedMeshRenderer.quality APIs. Note that these settings do not affect the underlying mesh data.

See Also: ModelImporter.minBoneWeight, QualitySettings.skinWeights, SkinnedMeshRenderer.quality.