BillboardAsset.GetVertices

Switch to Manual

Declaration

public Vector2[] GetVertices();

Declaration

public void GetVertices(List<Vector2> vertices);

Parameters

vertices The list that receives the array.

Description

Get the vertices of the billboard mesh.

Each vertex is a Vector2 in UV space. The second overload guarantees no memory allocation happening if the list capacity is big enough to hold the data.

Additional resources: BillboardAsset, SetVertices.


Did you find this page useful? Please give it a rating: