MovementProfile
Class in Zigurous.CharacterController
Declaration
public sealed class MovementProfile : ScriptableObjectDescription
The settings profile for a movement controller.
Properties
| animation | The animation settings. |
| crouch | The crouch settings. |
| dash | The dash settings. |
| dodge | The dodge settings. |
| edgeSlip | The edge slip settings. |
| fallHeight | The fall height settings. |
| gravity | The gravity settings. |
| jetpack | The jetpack settings. |
| jump | The jump settings. |
| movement | The general movement settings. |
| noClip | The no clip settings. |
| platformMovement | The platform movement settings. |
| rigidbodyPush | The rigidbody push settings. |
| sprint | The sprint settings. |
| stamina | The stamina settings. |
| walk | The walk settings. |
Constructors
| MovementProfile | Creates a new movement settings profile. |
Methods
| GetSettings<T> | Gets the settings of the specified type. |
| AddSettings<T> | Adds the settings of the specified type to the profile. |
| RemoveSettings<T> | Removes the settings of the specified type from the profile. |
Static Methods
| Create | Creates a new movement settings profile. |