Experimental: this API is experimental and might be changed or removed in the future.

SpriteDataAccessExtensions.GetBoneWeights

切换到手册
public static NativeArray<BoneWeight> GetBoneWeights (Sprite sprite);

参数

sprite要从中获取 BoneWeight 的精灵。

返回

NativeArray<BoneWeight> BoneWeight 的列表。长度应与顶点数量相等。无需在此 NativeArray 上调用 dispose。

描述

返回与此精灵中每个顶点相对应的 BoneWeight 的列表。