Version: 2022.3
言語: 日本語
public ushort[] GetIndices ();
public void GetIndices (List<ushort> indices);

パラメーター

indices The list that receives the array.

説明

Get the indices of the billboard mesh.

Billboard meshes are always made of triangles. Specify the index of each vertex (in the vertices array) for each triangle. The second overload guarantees no memory allocation happening if the list capacity is big enough to hold the data.

See Also: BillboardAsset, SetIndices.