オブジェクト名を UnityEditor 上で見やすくするためのヘルパークラスです
| GetClassName | オブジェクトからクラス名を取得します | 
| GetDragAndDropTitle | ドラッグ&ドロップを行うとき用のオブジェクト名を取得します | 
| GetInspectorTitle | インスペクターに表示を行う用の文字列を取得します | 
| GetUniqueName | Make a unique name using the provided name as a base.If the target name is in the provided list of existing names, a unique name is generated by appending the next available numerical increment. | 
| NicifyVariableName | Editor 上で表示を行うための変数名を作成します | 
| SetNameSmart | オブジェクト名を設定します |