Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetIndices

Set the indices of the billboard mesh.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

SetIndices(List<ushort>)

Set the indices of the billboard mesh.
public void SetIndices(List<ushort> indices)

Parameters

The array of data to set.

Remarks

SetIndices(ushort[])

Set the indices of the billboard mesh.
public void SetIndices(ushort[] indices)

Parameters

indices

The array of data to set.

Remarks