Version: 2020.3
言語: 日本語
public void SetMaterial (Material material, int index);
public void SetMaterial (Material material, Texture texture);

パラメーター

material レンダリングするためのマテリアル
texture マテリアルに上書きするテクスチャ
index マテリアルのインデックス

説明

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.