C# 클래스 UnityStandardAssets.Vehicles.Car.CarController

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 메소드들

메소드 설명
Move ( float steering, float accel, float footbrake, float handbrake ) : void

비공개 메소드들

메소드 설명
AddDownForce ( ) : void
AdjustTorque ( float forwardSlip ) : void
AnySkidSoundPlaying ( ) : bool
ApplyDrive ( float accel, float footbrake ) : void
CalculateGearFactor ( ) : void
CalculateRevs ( ) : void
CapSpeed ( ) : void
CheckForWheelSpin ( ) : void
CurveFactor ( float factor ) : float
GearChanging ( ) : void
Start ( ) : void
SteerHelper ( ) : void
TractionControl ( ) : void
ULerp ( float from, float to, float value ) : float

메소드 상세

Move() 공개 메소드

public Move ( float steering, float accel, float footbrake, float handbrake ) : void
steering float
accel float
footbrake float
handbrake float
리턴 void