public void SetVertices(Vector2[] vertices);
public void SetVertices(List<Vector2> vertices);
Parameters
| vertices | The array of data to set. |
Description 描述
Set the vertices of the billboard mesh.
See Also: BillboardAsset, GetVertices.
| vertices | The array of data to set. |
Set the vertices of the billboard mesh.
See Also: BillboardAsset, GetVertices.