Version: 2021.3
언어: 한국어
public static void SetBindPoses (Sprite sprite, NativeArray<Matrix4x4> src);

파라미터

src The list of bind poses for this Sprite. The array must be disposed of by the caller.

설명

Sets the bind poses for this Sprite.

This is usually called as part of the Sprite's post process to imbue it with bind pose data.