MovementProfile


Declaration

public sealed class MovementProfile : ScriptableObject

Description

The settings profile for a movement controller.

Properties

animationThe animation settings.
crouchThe crouch settings.
dashThe dash settings.
dodgeThe dodge settings.
edgeSlipThe edge slip settings.
fallHeightThe fall height settings.
gravityThe gravity settings.
jetpackThe jetpack settings.
jumpThe jump settings.
movementThe general movement settings.
noClipThe no clip settings.
platformMovementThe platform movement settings.
rigidbodyPushThe rigidbody push settings.
sprintThe sprint settings.
staminaThe stamina settings.
walkThe walk settings.

Constructors

MovementProfileCreates 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

CreateCreates a new movement settings profile.