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

◆ AssertNotNull()

void Sisus.Init.ScriptableObject< TArgument >.AssertNotNull ( 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.