This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
CBezierPoint | Custom class to store waypoint transforms and control points for bezier paths |
▼CEditor | |
CBezierPathEditor | Custom bezier path inspector |
▼CmoveEditor | Serves as template for movement script editor inspectors |
CnavMoveEditor | Custom inspector for navMove |
CsplineMoveEditor | Custom inspector for splineMove |
CPathEditor | Custom path inspector |
CWaypointEditor | Waypoint and path creation editor |
▼CEditorWindow | |
CAboutSWSEditor | Rebound Games about/help/support window |
CCreateWPManager | Adds a new Waypoint Manager gameobject to the scene |
CReviewWindowEditor | |
▼CMonoBehaviour | |
CMoveAnimator | Mecanim motion animator for movement scripts. Passes speed and direction to the Mecanim controller |
CnavMove | Movement script: pathfinding using Unity NavMesh agents |
CPathIndicator | Attached to a particle system, this component emits particles over time. Used with a movement script this makes the path partially visible |
▼CPathManager | Stores waypoints, accessed by walker objects. Provides gizmo visualization in the editor |
CBezierPathManager | Stores waypoints of a bezier path, accessed by walker objects. Provides gizmo visualization in the editor |
CPathRenderer | Uses Unity's LineRenderer component to render paths |
CsplineMove | Movement script: linear or curved splines |
CWaypointManager | The editor part of this class allows you to create paths in 2D or 3D space. At runtime, it manages path instances for easy lookup of references |