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

SpriteDataAccessExtensions.SetIndices

マニュアルに切り替える
public static void SetIndices (Sprite sprite, NativeArray<ushort> src);

パラメーター

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

説明

Set the indices for this Sprite. This is the same as Sprite.triangle.