public override void OnInspectorGUI() { DrawDefaultInspector(); if (GUILayout.Button("Rebuild")) { terrainSystem.FullUpdate(); } }