LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

CanvasRenderer.GetMaterial

Switch to Manual
public Material GetMaterial(int index);
public Material GetMaterial();

Parameters

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

Returns

Material Result.

Description

Gets the current Material assigned to the CanvasRenderer.