LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

BillboardAsset.SetIndices

Switch to Manual
public void SetIndices(ushort[] indices);
public void SetIndices(List<ushort> indices);

Parameters

indicesThe array of data to set.

Description

Set the indices of the billboard mesh.