Version: 2018.1
public void SetMaterial (Material material, int index);
public void SetMaterial (Material material, Texture texture);

Parameters

material@param material Материал для рендеринга.
textureMaterial texture overide.
index@param material Материал для рендеринга.

Description

Set the material for the canvas renderer. If a texture is specified then it will be used as the 'MainTex' instead of the material's 'MainTex'. See Also: CanvasRenderer.SetMaterialCount, CanvasRenderer.SetTexture.