GetMaterial
Gets the current Material assigned to the CanvasRenderer.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
GetMaterial(int)
Gets the current Material assigned to the CanvasRenderer.
public Material GetMaterial(int index)
Parameters
The material index to retrieve (0 if this parameter is omitted).
Returns
Type | Description |
|---|---|
| Material | Result. |
GetMaterial()
Gets the current Material assigned to the CanvasRenderer.
public Material GetMaterial()
Returns
Type | Description |
|---|---|
| Material | Result. |