Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


willRenderCanvases

Event that is called before Canvas is rendered.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Event
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public static event Canvas.WillRenderCanvases willRenderCanvases

Remarks

Use this event to delay the processing or updating of canvas-based elements until they are about to be rendered.