DidReloadScripts
DidReloadScripts attribute.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Callbacks
- Assembly: UnityEditor.CoreModule
DidReloadScripts()
DidReloadScripts attribute.
public DidReloadScripts()
Remarks
The parameter determines the order in which the DidReloadScripts notifications will occur. Lower numbers will report earlier than higher numbers and Unity's internal processing has an order value of zero.
callbackOrderDidReloadScripts(int)
DidReloadScripts attribute.
public DidReloadScripts(int callbackOrder)
Parameters
Order in which separate attributes will be processed.
Remarks
The parameter determines the order in which the DidReloadScripts notifications will occur. Lower numbers will report earlier than higher numbers and Unity's internal processing has an order value of zero.
callbackOrder