Version: 2023.2
言語: 日本語
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.

説明

インスペクターに表示を行う用の文字列を取得します

オブジェクトがスクリプトの場合は、例えば "scriptname (Script)" というようになります。

Additional resources: ObjectNames.GetClassName, ObjectNames.NicifyVariableName.