Version: 2023.1
언어: 한국어

Mesh.SetBindposes

매뉴얼로 전환
public void SetBindposes (NativeArray<Matrix4x4> poses);

파라미터

poses The array of bind poses to assign to the Mesh.

설명

Sets the bind poses of the Mesh.

The bind pose at each index corresponds to the bone with the same index. See Also: SkinnedMeshRenderer.bones.