Version: 2023.2
언어: 한국어

ObjectNames.GetInspectorTitle

매뉴얼로 전환
public static string GetInspectorTitle (Object obj);
public static string GetInspectorTitle (Object obj, bool multiObjectEditing);

파라미터

obj Object to get a title from.
multiObjectEditing Tells if the inspector is running multi-edit.

반환

string Returns the best title according to objects being inspected.

설명

Inspector title for an object.

If an object is a script, this will return "scriptname (Script)", for example.

Additional resources: ObjectNames.GetClassName, ObjectNames.NicifyVariableName.