Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

SpriteDataAccessExtensions.SetBindPoses

public static void SetBindPoses(Sprite sprite, NativeArray<Matrix4x4> src);

Parameters

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

Description

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.

Did you find this page useful? Please give it a rating: