public void SetIndices(ushort[] indices);
public void SetIndices(List<ushort> indices);
Parameters
| indices | The array of data to set. |
Description 描述
Set the indices of the billboard mesh.
See Also: BillboardAsset, GetIndices.
| indices | The array of data to set. |
Set the indices of the billboard mesh.
See Also: BillboardAsset, GetIndices.