BeforeRenderOrderAttribute(int)
When applied to methods, specifies the order called during Application.onBeforeRender events.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public BeforeRenderOrderAttribute(int order)
Parameters
The sorting order, sorted lowest to highest.