Version: 2023.2

Mesh.GetBindposes

切换到手册
public NativeArray<Matrix4x4> GetBindposes ();

返回

NativeArray<Matrix4x4> The array of bind poses belonging to the Mesh.

描述

获取网格的绑定姿势。

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


public void GetBindposes (List<Matrix4x4> bindposes);

参数

bindposes 要填充的绑定姿势的列表。

描述

获取网格的绑定姿势。

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

如果要控制传入的列表的生命周期并且需要避免在每次访问时都分配新数组,请使用此方法而不是 bindposes

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961