AnimancerUtilities.

ToStringOrNull(Object) Method

Summary

If `obj` exists, this method returns System.Object.ToString. Or if it is null, this method returns "Null". Or if it is 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