![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Inspector for characters classes. More...
Public Member Functions | |
override void | OnInspectorGUI () |
Draw inspector GUI. More... | |
Protected Member Functions | |
virtual void | ShowWaypoints (EnemyMovement_WaypointMover movement) |
Show the scene view editor for editing waypoints. More... | |
virtual void | ShowEditWaypoints (EnemyMovement_WaypointMover movement) |
Show the scene view editor for editing waypoints. More... | |
virtual Vector2 | DrawMoveHandle (Vector3 position) |
Draws a move handle. More... | |
virtual bool | DrawAddHandle (Vector3 a, Vector3 b) |
virtual bool | DrawRemoveHandle (Vector3 position) |
Draws a remove handle. More... | |
Protected Attributes | |
bool | editWaypoints |
Are we editing waypoints in scene view? More... | |
Static Protected Attributes | |
static int | sceneViewInspectorId = -1 |
If od the inspector in scene view. More... | |
static GUIStyle | addButtonStyle |
The add button style. More... | |
static GUIStyle | removeButtonStyle |
The remove button style. More... | |
static GUIStyle | moveButtonStyle |
The move button style. More... | |
static Color | handleColor = Color.red |
The default color of the handles. More... | |
static Color | mouseOverColor = new Color(0.7f, 0.9f, 1.0f, 1.0f) |
The color of the button handles. More... | |
Inspector for characters classes.
|
protectedvirtual |
|
protectedvirtual |
Draws a move handle.
position | Position of waypoint. |
|
protectedvirtual |
Draws a remove handle.
position | Position to draw the handle at. |
override void PlatformerPro.EnemyMovement_WaypointMoverInspector.OnInspectorGUI | ( | ) |
Draw inspector GUI.
|
protectedvirtual |
Show the scene view editor for editing waypoints.
|
protectedvirtual |
Show the scene view editor for editing waypoints.
|
staticprotected |
The add button style.
|
protected |
Are we editing waypoints in scene view?
|
staticprotected |
The default color of the handles.
|
staticprotected |
The color of the button handles.
|
staticprotected |
The move button style.
|
staticprotected |
The remove button style.
|
staticprotected |
If od the inspector in scene view.