Enum CanvasUpdate
Values of 'update' called on a Canvas update.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public enum CanvasUpdate
Remarks
If modifying also modify m_CanvasUpdateProfilerStrings to match.
Fields
| Name | Description |
|---|---|
| LatePreRender | Called late, before render. |
| Layout | Called for layout. |
| MaxUpdateValue | Max enum value. Always last. |
| PostLayout | Called after layout. |
| PreRender | Called before rendering. |
| Prelayout | Called before layout. |