5 namespace HKI.Core.AI.StateMachine.Editor
29 serializedObject.Update();
31 EditorGUILayout.LabelField(
"Actions:", EditorStyles.boldLabel);
33 EditorGUILayout.Space();
35 EditorGUILayout.LabelField(
"Transitions:", EditorStyles.boldLabel);
38 serializedObject.ApplyModifiedProperties();
override void OnInspectorGUI()
This is obsolete code it'll be removed later. For now it's still included for exemplary purposes for ...
This class provides you with a better handling of ReorderableList so that ReorderableLists can be use...
This is obsolete code it'll be removed later. For now it's still included for exemplary purposes for ...