Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetVertices

Set the vertices of the billboard mesh.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

SetVertices(List<Vector2>)

Set the vertices of the billboard mesh.
public void SetVertices(List<Vector2> vertices)

Parameters

The array of data to set.

Remarks

SetVertices(Vector2[])

Set the vertices of the billboard mesh.
public void SetVertices(Vector2[] vertices)

Parameters

vertices

The array of data to set.

Remarks