C# 클래스 ForceMover, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc

공개 프로퍼티들

프로퍼티 타입 설명
CurrentVelocity float
acceleration float
airDrag float
groundDrag float
maxAngularAcceleration float
movePower float
moveSpeed float
movementAdjust float
strafeAcceleration float
topSpeed float
turnSpeed float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

CurrentVelocity 공개적으로 프로퍼티

public float CurrentVelocity
리턴 float

acceleration 공개적으로 프로퍼티

public float acceleration
리턴 float

airDrag 공개적으로 프로퍼티

public float airDrag
리턴 float

groundDrag 공개적으로 프로퍼티

public float groundDrag
리턴 float

maxAngularAcceleration 공개적으로 프로퍼티

public float maxAngularAcceleration
리턴 float

movePower 공개적으로 프로퍼티

public float movePower
리턴 float

moveSpeed 공개적으로 프로퍼티

public float moveSpeed
리턴 float

movementAdjust 공개적으로 프로퍼티

public float movementAdjust
리턴 float

strafeAcceleration 공개적으로 프로퍼티

public float strafeAcceleration
리턴 float

topSpeed 공개적으로 프로퍼티

public float topSpeed
리턴 float

turnSpeed 공개적으로 프로퍼티

public float turnSpeed
리턴 float