Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


rootCanvas

Returns the Canvas closest to root, by checking through each parent and returning the last canvas found. If no other canvas is found then the canvas will return itself.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.UIModule
public Canvas rootCanvas { get; }

Remarks

Additional Resources: _isRootCanvas