TestEditor.OnInspectorGUI C# (CSharp) Метод

OnInspectorGUI() публичный Метод

public OnInspectorGUI ( ) : void
Результат void
    public override void OnInspectorGUI () {
        // GameObject go = target as GameObject;
        // target.lookAtPoint = EditorGUILayout.Vector3Field ("Look At Point", target.lookAtPoint);
        // if (GUI.changed)
        //     EditorUtility.SetDirty (target);
    }