HKI Core
HKI Core
Editor
AI
Pathfinding
PathfinderEditor.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
using
UnityEditor
;
3
4
namespace
HKI
.Core.AI.Pathfinding.Editor
5
{
6
[CustomEditor(typeof(Pathfinder))]
7
public
class
PathfinderEditor
:
UnityEditor
.Editor
8
{
9
10
public
override
void
OnInspectorGUI
()
11
{
12
EditorGUILayout.LabelField(
"Test"
);
13
}
14
}
15
}
UnityEditor
HKI.Core.AI.Pathfinding.Editor.PathfinderEditor
Definition:
PathfinderEditor.cs:7
HKI.Core.AI.Pathfinding.Editor.PathfinderEditor.OnInspectorGUI
override void OnInspectorGUI()
Definition:
PathfinderEditor.cs:10
UnityEngine
HKI
Generated by
1.8.13