Version: 2017.2

IMaterialModifier

interface in UnityEngine.UI

Cambiar al Manual

Descripción

Interface which allows for the modification of the Material used to render a Graphic before they are passed to the CanvasRenderer.

When a Graphic sets a material is is passed (in order) to any components on the GameObject that implement IMaterialModifier. This component can modify the material to be used for rendering.

Funciones Públicas

GetModifiedMaterialPerform material modification in this function.