|
Init(args)
Scripting Reference
|
Defines a class that needs to receive a callback during the Awake event function.
An object that is wrapped by a Wrapper receives the event when the wrapper component is being loaded.
A class that has the Service attribute receives the event when services are being initialized, after all service instances have been created.
Public Member Functions | |
| void | Awake () |
| Awake is called when the object is being loaded. | |