Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

The material index to retrieve (0 if this parameter is omitted).

Returns

Type

Description

MaterialResult.

GetMaterial()

Gets the current Material assigned to the CanvasRenderer.
public Material GetMaterial()

Returns

Type

Description

MaterialResult.