onRequestRebuild
(Editor Only) Event that gets fired whenever the data in the CanvasRenderer gets invalidated and needs to be rebuilt.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Event
- Namespace: UnityEngine
- Assembly: UnityEngine.UIModule
public static event CanvasRenderer.OnRequestRebuild onRequestRebuild
Remarks
For instance, whenever a Texture gets re-imported this event gets fired.