Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


preWillRenderCanvases

Event that is called just before Canvas rendering happens.
Read time 1 minuteLast updated 4 days ago

Definition

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

Remarks

This allows you to delay processing / updating of canvas based elements until just before they are rendered.