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

◆ HandleValidate< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument, TSeventhArgument, TEighthArgument >()

void Sisus.Init.MonoBehaviourBase.HandleValidate< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument, TSeventhArgument, TEighthArgument > ( Context context,
TFirstArgument firstArgument,
TSecondArgument secondArgument,
TThirdArgument thirdArgument,
TFourthArgument fourthArgument,
TFifthArgument fifthArgument,
TSixthArgument sixthArgument,
TSeventhArgument seventhArgument,
TEighthArgument eighthArgument )
protected

Handles validating the initialization arguments that were 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
firstArgumentThe first received argument to validate.
secondArgumentThe second received argument to validate.
thirdArgumentThe third received argument to validate.
fourthArgumentThe fourth received argument to validate.
fifthArgumentThe fifth received argument to validate.
sixthArgumentThe sixth received argument to validate.
seventhArgumentThe seventh received argument to validate.
eighthArgumentThe eighth received argument to validate.
contextInitialization phase during which the method is being called.