Public Member Functions | |
| new void | Awake () |
| Awake is used to rename the waypoint as necessary with a unique name. | |
| override void | CopyConfiguration (WaypointGizmo targetWaypoint) |
| Copy the internal configuration of an existing waypoint. | |
| void | OnDrawGizmos () |
| Draw the gizmo shape for the waypoint. | |
| void | OnDrawGizmosSelected () |
| Draw the gizmo connection lines for selected waypoints. | |
Public Attributes | |
| Color | gizmoColor = Color.white |
| float | outerSize = 1.0f |
| float | innerSize = 0.2f |
| new void RAIN.Path.WaypointGizmo.Awake | ( | ) |
Awake is used to rename the waypoint as necessary with a unique name.
Reimplemented from RAIN.Path.Waypoint.
| override void RAIN.Path.WaypointGizmo.CopyConfiguration | ( | WaypointGizmo | targetWaypoint | ) | [virtual] |
Copy the internal configuration of an existing waypoint.
| targetWaypoint | waypoint to copy from |
Reimplemented from RAIN.Path.Waypoint.
| void RAIN.Path.WaypointGizmo.OnDrawGizmos | ( | ) |
Draw the gizmo shape for the waypoint.
| void RAIN.Path.WaypointGizmo.OnDrawGizmosSelected | ( | ) |
Draw the gizmo connection lines for selected waypoints.