SwimController
Summary
Properties
The maximum torque used to rotate to the desired pitch.
Multiplied by ControllerManager.BaseTurnSpeed to determine the maximum angular velocity for pitch.
The maximum torque applied to rotate to the desired roll.
Multiplied by ControllerManager.BaseTurnSpeed to determine the maximum angular velocity for roll.
The value multiplied by the ControllerManager.BaseMoveSpeed.
Properties
AccelerationTime
PitchMaxTorque
The maximum torque used to rotate on the local X axis to the desired pitch orientation. Has no effect if ControllerBase.RigidityEnabled is true.
PitchSpeedFactor
Multiplied by ControllerManager.BaseTurnSpeed to determine the maximum angular velocity rotating on the local X axis. Has no effect if ControllerBase.RigidityEnabled is true.
RollMaxTorque
The maximum torque applied to rotate on the local Z axis to the desired roll orientation. Has no effect if ControllerBase.RigidityEnabled is true.
RollSpeedFactor
Multiplied by ControllerManager.BaseTurnSpeed to determine the maximum angular velocity rotating on the local Z axis. Has no effect if ControllerBase.RigidityEnabled is true.