Summary
If `obj` exists, this method returns
System.Object.ToString.
Or if it's null, this method returns "Null".
Or if it's an UnityEngine.Object that has been destroyed,
this method returns "Null (ObjectType)".
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static string ToStringOrNull(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object |
Return Value
| Type | Description |
|---|---|
| string |