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
Additional Resources: BillboardAsset, BillboardAsset.GetIndices.
SetIndices(ushort[])
Set the indices of the billboard mesh.
public void SetIndices(ushort[] indices)
Parameters
The array of data to set.
Remarks
Additional Resources: BillboardAsset, BillboardAsset.GetIndices.