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

◆ OnDisable()

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

This function is called when the behaviour becomes disabled.

This is also called when the object is destroyed and can be used for any cleanup code. When scripts are reloaded after compilation has finished, OnDisable will be called, followed by an OnEnable after the script has been loaded.