![]() |
Init(args)
Scripting Reference
|
Represents a null
reference or an Object that has been destroyed.
Static Public Member Functions | |
static bool | operator== (Object unityObject, NullComparer @null) |
Determines whether the specified unityObject is a null reference or has been destroyed. | |
static bool | operator!= (Object unityObject, NullComparer @null) |
Determines whether the specified unityObject is not a null reference and has not been destroyed. | |
static bool | operator== (object @object, NullComparer @null) |
Determines whether the specified object is a null reference or an Object that has been destroyed. | |
static bool | operator!= (object @object, NullComparer @null) |
Determines whether the specified object is not a null reference or an Object that has been destroyed. | |