Beispiel #1
0
 /// <summary>
 ///     Deal with Unity built-in "null" Object
 /// </summary>
 public static bool IsNull(UObject self)
 {
     return(self == null || self.Equals(null));
 }