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

◆ Null

NullExtensions.NullComparer Sisus.Init.StateMachineBehaviour< TFirstArgument, TSecondArgument >.Null
staticgetprotected

A value against which any object can be compared to determine whether or not it is null or an Object which has been destroyed.

private IEvent trigger;
private void OnDisable()
{
if(trigger != Null)
{
trigger.RemoveListener(this);
}
}
static NullExtensions.NullComparer Null
A value against which any object can be compared to determine whether or not it is null or an Object ...
Definition StateMachineBehaviourT2.cs:95