This namespace includes all scripts that are used for player controls, such as movement or interactions.
Namespaces | |
| namespace | ThreeD |
| This namespace includes all scripts that are used for 3D player controls. | |
| namespace | TwoD |
| This namespace includes all scripts that are used for 2D player controls. | |
| namespace | UI |
| This namespace includes all scripts that are used for UI interactions via controls. | |
Classes | |
| class | DelayedCameraFollow |
| A simple script which lets a given Camera follow the object this script sits on. More... | |
| class | MovementBase |
| The base implementation of all player movement. More... | |
| class | PlayerEventManager |
| class | RaycastDetection |
| This script is used for interactions with objects with optional tooltips. More... | |
| class | SimpleCameraFollow |
| A simple script which lets a given Camera follow the object this script sits on. More... | |
| class | TriggerDetection |
| This script is used for interactions with objects with optional tooltips. More... | |
Enumerations | |
| enum | MovementState { Moving , ToggleMoving , Climbing , Jumping } |