Version: 2023.2
言語: 日本語
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. Additional resources: SkinnedMeshRenderer.bones.