Namespace: | Sirenix.Utilities |
Assembly: | Sirenix.Utilities |
public static class UnityExtensions
public static bool SafeIsUnityNull(this Object obj)
UnityEngine.Object | obj | The Unity object to check. |
System.Boolean | True if the object is null, missing or destroyed; otherwise false. |