AirController
Memory category | Instances |
---|
Member index 8
Removed member index 8
Description
History 55
- 597 Change Tags of AirController from [NotBrowsable] to []
- 583 Change Tags of from [] to [Hidden, NotReplicated]
- 583 Change CanSave of from true to false
- 583 Change CanLoad of from true to false
- 581 Remove
- 581 Remove OrientationSpeedFactor
- 581 Remove OrientationMaxTorque
- 581 Remove BalanceRigidityEnabled
- 574 Remove TurningSpeedFactor
- 574 Remove TurningMaxTorque
- 574 Add TurnSpeedFactor
- 574 Add TurnMaxTorque
- 574 Change ThreadSafety of MoveMaxForce from LocalSafe to ReadSafe
- 574 Change ThreadSafety of MaintainLinearMomentum from LocalSafe to ReadSafe
- 574 Change ThreadSafety of MaintainAngularMomentum from LocalSafe to ReadSafe
- 574 Change ThreadSafety of BalanceSpeed from LocalSafe to ReadSafe
- 574 Change ThreadSafety of BalanceMaxTorque from LocalSafe to ReadSafe
- 573 Change ThreadSafety of from LocalSafe to ReadSafe
- 573 Change Tags of from [] to [Hidden, NotReplicated, Deprecated]
- 573 Change CanSave of from true to false
- 573 Add
- 572 Change ThreadSafety of from ReadSafe to LocalSafe
- 572 Change ThreadSafety of TurningSpeedFactor from ReadSafe to LocalSafe
- 572 Change ThreadSafety of TurningMaxTorque from ReadSafe to LocalSafe
- 572 Change ThreadSafety of MoveMaxForce from ReadSafe to LocalSafe
- 572 Change ThreadSafety of MaintainLinearMomentum from ReadSafe to LocalSafe
- 572 Change ThreadSafety of MaintainAngularMomentum from ReadSafe to LocalSafe
- 572 Change ThreadSafety of BalanceSpeed from ReadSafe to LocalSafe
- 572 Change ThreadSafety of BalanceMaxTorque from ReadSafe to LocalSafe
- 571 Change Category of from Balance to Movement
- 571 Add TurningSpeedFactor
- 571 Add TurningMaxTorque
- 571 Change Category of OrientationSpeedFactor from Balance to Orientation
- 571 Change Category of OrientationMaxTorque from Balance to Orientation
- 571 Change Category of MaintainAngularMomentum from Movement to Turn
- 571 Add BalanceSpeed
- 571 Add BalanceRigidityEnabled
- 571 Add BalanceMaxTorque
- 564 Remove CancelAirMomentum
- 553 Change Default of from to Vector3(0, 0, 0)
- 553 Change Default of OrientationSpeedFactor from to 1
- 553 Change Default of OrientationMaxTorque from to 10000
- 553 Change Default of MoveMaxForce from to 1000
- 553 Add MaintainLinearMomentum
- 553 Add MaintainAngularMomentum
- 553 Change Default of CancelAirMomentum from to true
- 543 Add OrientationSpeedFactor
- 543 Remove OrientationSpeed
- 542 Change Tags of AirController from [] to [NotBrowsable]
- 539 Add
- 539 Add OrientationSpeed
- 539 Add OrientationMaxTorque
- 539 Add MoveMaxForce
- 539 Add CancelAirMomentum
- 539 Add AirController
Members 8
BalanceMaxTorque
Type | Default | |
---|---|---|
float | 10000 |
The maximum torque the character can use to remain balanced upright. When misaligned, this amount of torque is applied to reach the BalanceSpeed and realign the character. A higher torque means more force is required to cause the character to tilt. A lower torque means it's easer for the character to flip in the air. This property is hidden and has no effect when ControllerBase.BalanceRigidityEnabled is true.
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 3
- 574 Change ThreadSafety of BalanceMaxTorque from LocalSafe to ReadSafe
- 572 Change ThreadSafety of BalanceMaxTorque from ReadSafe to LocalSafe
- 571 Add BalanceMaxTorque
BalanceSpeed
Type | Default | |
---|---|---|
float | 100 |
The maximum angular speed used to align the character upright. A lower value means it takes longer for the character to recover to the upright position when misaligned. A higher value results in a quicker recovery.
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 3
- 574 Change ThreadSafety of BalanceSpeed from LocalSafe to ReadSafe
- 572 Change ThreadSafety of BalanceSpeed from ReadSafe to LocalSafe
- 571 Add BalanceSpeed
MaintainAngularMomentum
Type | Default | |
---|---|---|
bool | true |
Determines whether angular momentum is preserved when input has stopped. If false, the character will apply TurningMaxTorque to bring the angular velocity toward 0 when there is no input.
Thread safety | ReadSafe |
---|---|
Category | Turn |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of MaintainAngularMomentum from LocalSafe to ReadSafe
- 572 Change ThreadSafety of MaintainAngularMomentum from ReadSafe to LocalSafe
- 571 Change Category of MaintainAngularMomentum from Movement to Turn
- 553 Add MaintainAngularMomentum
MaintainLinearMomentum
Type | Default | |
---|---|---|
bool | true |
Determines whether linear momentum is preserved when input has stopped. If false, the character will apply MoveMaxForce to bring the linear velocity towards 0 when there is no input.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 3
- 574 Change ThreadSafety of MaintainLinearMomentum from LocalSafe to ReadSafe
- 572 Change ThreadSafety of MaintainLinearMomentum from ReadSafe to LocalSafe
- 553 Add MaintainLinearMomentum
MoveMaxForce
Type | Default | |
---|---|---|
float | 1000 |
The maximum force that can be applied on the ControllerManager.RootPart for moving in the ControllerManager.MovingDirection. This affects how quickly different target linear velocities are reached and how quick the linear acceleration is if MaintainLinearMomentum is off.
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 4
- 574 Change ThreadSafety of MoveMaxForce from LocalSafe to ReadSafe
- 572 Change ThreadSafety of MoveMaxForce from ReadSafe to LocalSafe
- 553 Change Default of MoveMaxForce from to 1000
- 539 Add MoveMaxForce
TurnMaxTorque
Type | Default | |
---|---|---|
float | 10000 |
The maximum torque that can be applied on the ControllerManager.RootPart for turning towards the ControllerManager.FacingDirection. This effects how quickly different target angular velocities are reached and how quick angular deceleration is if MaintainAngularMomentum is off.
Thread safety | ReadSafe |
---|---|
Category | Turn |
Loaded/Saved | true |
History 1
- 574 Add TurnMaxTorque
TurnSpeedFactor
Type | Default | |
---|---|---|
float | 1 |
The value multiplied by the ControllerManager.BaseTurnSpeed to determine the final target angular velocity while this controller is active. The angular velocity is applied when turning towards the ControllerManager.FacingDirection.
Thread safety | ReadSafe |
---|---|
Category | Turn |
Loaded/Saved | true |
History 1
- 574 Add TurnSpeedFactor
Removed members 8
BalanceRigidityEnabled
Type | Default | |
---|---|---|
bool | false |
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 2
- 581 Remove BalanceRigidityEnabled
- 571 Add BalanceRigidityEnabled
CancelAirMomentum
Type | Default | |
---|---|---|
bool | true |
Thread safety | ReadSafe |
---|---|
Category | Movement |
Loaded/Saved | true |
History 3
- 564 Remove CancelAirMomentum
- 553 Change Default of CancelAirMomentum from to true
- 539 Add CancelAirMomentum
OrientationMaxTorque
Type | Default | |
---|---|---|
float | 10000 |
Thread safety | ReadSafe |
---|---|
Category | Orientation |
Loaded/Saved | true |
History 4
- 581 Remove OrientationMaxTorque
- 571 Change Category of OrientationMaxTorque from Balance to Orientation
- 553 Change Default of OrientationMaxTorque from to 10000
- 539 Add OrientationMaxTorque
OrientationSpeed
Type | Default | |
---|---|---|
float |
Thread safety | ReadSafe |
---|---|
Category | Balance |
Loaded/Saved | true |
History 2
- 543 Remove OrientationSpeed
- 539 Add OrientationSpeed
OrientationSpeedFactor
Type | Default | |
---|---|---|
float | 1 |
Thread safety | ReadSafe |
---|---|
Category | Orientation |
Loaded/Saved | true |
History 4
- 581 Remove OrientationSpeedFactor
- 571 Change Category of OrientationSpeedFactor from Balance to Orientation
- 553 Change Default of OrientationSpeedFactor from to 1
- 543 Add OrientationSpeedFactor
TurningMaxTorque
Type | Default | |
---|---|---|
float | 10000 |
Thread safety | LocalSafe |
---|---|
Category | Turn |
Loaded/Saved | true |
History 3
- 574 Remove TurningMaxTorque
- 572 Change ThreadSafety of TurningMaxTorque from ReadSafe to LocalSafe
- 571 Add TurningMaxTorque
TurningSpeedFactor
Type | Default | |
---|---|---|
float | 1 |
Thread safety | LocalSafe |
---|---|
Category | Turn |
Loaded/Saved | true |
History 3
- 574 Remove TurningSpeedFactor
- 572 Change ThreadSafety of TurningSpeedFactor from ReadSafe to LocalSafe
- 571 Add TurningSpeedFactor