![]() |
Init(args)
Scripting Reference
|
◆ Null
A value against which any object can be compared to determine whether or not it is 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 |