SetVertices
Set the vertices for the CanvasRenderer.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
SetVertices(List<UIVertex>)
Set the vertices for the CanvasRenderer.
public void SetVertices(List<UIVertex> vertices)
Parameters
Array of vertices to set.
SetVertices(UIVertex[], int)
Set the vertices for the CanvasRenderer.
public void SetVertices(UIVertex[] vertices, int size)