JUtils
A unity utilities library
|
Static Public Member Functions | |
static T | OrNull< T > ([CanBeNull] this T obj) |
Will return null if the object is null, or if it has been destroyed. Also prevents warning when using ?. or ?? More... | |
|
inlinestatic |
Will return null if the object is null, or if it has been destroyed. Also prevents warning when using ?. or ??
T | : | Object |