Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ Start()

virtual void Sisus.Init.Wrapper< TWrapped >.Start ( )
protectedvirtual

Start is called on the frame when a script is enabled just before any of the Update methods are called the first time.

Like the Awake function, Start is called exactly once in the lifetime of the script. However, Awake is called when the script object is initialised, regardless of whether the script is enabled. Start may not be called on the same frame as Awake if the script is not enabled at initialisation time.