|
override void | Inspector () |
|
void | Clamp (string name, float min, float max=float.PositiveInfinity) |
|
void | ClampInt (string name, int min, int max=int.MaxValue) |
|
SerializedProperty | FindProperty (string name) |
|
void | FloatField (string propertyPath, string label=null, string tooltip=null, float min=float.NegativeInfinity, float max=float.PositiveInfinity) |
|
void | IntSlider (string propertyPath, int left, int right) |
|
void | Mask (string propertyPath, string[] options, string label=null) |
|
virtual void | OnEnable () |
|
void | Popup (string propertyPath, GUIContent[] options, string label=null) |
|
bool | PropertyField (string propertyPath, string label=null, string tooltip=null) |
|
bool | PropertyField (SerializedProperty prop, string label=null, string tooltip=null) |
|
void | Section (string label) |
|
|
GUIContent [] | exactnessLabels = new [] { new GUIContent("Node Center (Snap To Node)"), new GUIContent("Original"), new GUIContent("Interpolate (deprecated)"), new GUIContent("Closest On Node Surface"), new GUIContent("Node Connection") } |
|
string [] | graphLabels = new string[32] |
|
◆ Inspector()
override void Inspector |
( |
| ) |
|
|
protectedvirtual |
◆ exactnessLabels
GUIContent [] exactnessLabels = new [] { new GUIContent("Node Center (Snap To Node)"), new GUIContent("Original"), new GUIContent("Interpolate (deprecated)"), new GUIContent("Closest On Node Surface"), new GUIContent("Node Connection") } |
|
private |
◆ graphLabels
string [] graphLabels = new string[32] |
|
private |
◆ scripts
◆ tagPenaltiesOpen
The documentation for this class was generated from the following file:
- /Users/arong/Unity/a-pathfinding-project/Assets/AstarPathfindingProject/Editor/SeekerEditor.cs