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

◆ Null

NullExtensions.NullComparer Sisus.Init.MonoBehaviourBase.Null
staticgetprotected

A value against which any object can be compared to determine whether or not it is null or an UnityEngine.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 UnityEn...
Definition MonoBehaviourBase.cs:58