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

◆ AssertNotNull< TArgument >()

void Sisus.Init.StateMachineBehaviour< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument >.AssertNotNull< TArgument > ( TArgument argument)
protected

Checks if the argument is null and logs an assertion message to the console if it is.

This method call is ignored in non-development builds.

Parameters
argumentThe argument to test.