AirController

사용되지 않는 항목 표시

요약

속성

속성ControllerBase에서 상속되었습니다

속성

BalanceMaxTorque

병렬 읽기

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.

BalanceSpeed

병렬 읽기

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.

LinearImpulse

숨김
복제되지 않음
병렬 읽기

MaintainAngularMomentum

병렬 읽기

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.

MaintainLinearMomentum

병렬 읽기

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.

MoveMaxForce

병렬 읽기

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.

TurnMaxTorque

병렬 읽기

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.

TurnSpeedFactor

병렬 읽기

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.

메서드

이벤트