Version: 2022.3
언어: 한국어
public static string GetObjectPath (Object obj);

파라미터

obj Object to obtain a path from.

반환

string Returns the path of an object.

설명

Get the path of a Unity Object. If it is a GameObject or a Component it is the <see cref="SearchUtils.GetTransformPath(Transform)"/>. Else it is the asset name.