Select your preferred scripting language. All code snippets will be displayed in this language.
interface in UnityEngine.UI
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseInterface 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.
GetModifiedMaterial | Perform material modification in this function. |