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.