Version: 2017.3
public Vector2[] GetVertices ();
public void GetVertices (List<Vector2> vertices);

Parámetros

vertices The list that receives the array.

Descripción

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.

See Also: BillboardAsset, SetVertices.