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

◆ OnReset()

virtual void Sisus.Init.InitializerBase< TClient, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument >.OnReset ( ref TFirstArgument firstArgument,
ref TSecondArgument secondArgument,
ref TThirdArgument thirdArgument,
ref TFourthArgument fourthArgument )
protectedvirtual

Resets the Init arguments to their default values.

OnReset is called when the user hits the Reset button in the Inspector's context menu or when adding the component to a GameObject the first time.

This function is only called in the editor in edit mode.

Parameters
firstArgumentThe first argument to reset.
secondArgumentThe second argument to reset.
thirdArgumentThe third argument to reset.
fourthArgumentThe fourth argument to reset.