RuntimeInitializeOnLoadMethodAttribute
Use the RuntimeInitializeLoadType to control when the callback is invoked.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
RuntimeInitializeOnLoadMethodAttribute()
Use the RuntimeInitializeLoadType to control when the callback is invoked.
public RuntimeInitializeOnLoadMethodAttribute()
Remarks
Additional Resources: RuntimeInitializeOnLoadMethodAttribute, RuntimeInitializeLoadType.
RuntimeInitializeOnLoadMethodAttribute(RuntimeInitializeLoadType)
Use the RuntimeInitializeLoadType to control when the callback is invoked.
public RuntimeInitializeOnLoadMethodAttribute(RuntimeInitializeLoadType loadType)
Parameters
Specifies when the callback is invoked during the start up of the runtime.
Remarks
Additional Resources: RuntimeInitializeOnLoadMethodAttribute, RuntimeInitializeLoadType.