|
Init(args)
Scripting Reference
|
◆ Init()
Provides the ScriptableObject with the object that it depends on. You can think of the Init method as a parameterized constructor alternative for the ScriptableObject. Init is called at the beginning of the Awake event function when the script is being loaded, or when services become ready (whichever occurs later).
Implements Sisus.Init.IInitializable< TArgument >. |