public void SetVertices (Vector2[] vertices);
public void SetVertices (List<Vector2> vertices);

파라미터

verticesThe array of data to set.

설명

Set the vertices of the billboard mesh.