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

◆ NullArgumentGuard

Specifies how an Initializer should guard against null arguments.

Enumerator
None 

Allow null arguments to be present in Edit Mode and passed at runtime.

EditModeWarning 

Warn about null arguments in Edit Mode.

Note that validation in Edit Mode might not give accurate results if some of the arguments only become available at runtime.

RuntimeException 

Throw an exception if null arguments are detected at runtime.

This validation takes place just before the arguments are injected to the client.