Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

IMaterialModifier

interface in UnityEngine.UI

Description

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.

Public Methods

GetModifiedMaterialPerform material modification in this function.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答