This version of Unity is unsupported.

SpriteDataAccessExtensions.SetIndices

Declaration

public static void SetIndices(Sprite sprite, NativeArray<ushort> src);

Parameters

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

Description

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