Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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