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

◆ HandleValidate< TArgument >()

void Sisus.Init.MonoBehaviourBase.HandleValidate< TArgument > ( Context context,
TArgument argument )
protected

Handles validating the initialization argument that was received by this component, if Play Mode is active, and Null Argument Guard has been enabled for the component.

Calls to this method are ignored in builds.

Parameters
argumentThe received argument to validate.
contextInitialization phase during which the method is being called.