GetMesh()
Returns the current mesh used to render the canvas content into.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
public Mesh GetMesh()
Returns
Type | Description |
|---|---|
| Mesh | The current mesh for the canvas. |