C# 클래스 GuidedProjectileScript, Heavy-Insertion

상속: ProjectileScript
파일 보기 프로젝트 열기: Rabenvald/Heavy-Insertion

공개 프로퍼티들

프로퍼티 타입 설명
MaxThrust float
MaxTurnThrust float
OptimalRange float

공개 메소드들

메소드 설명
ApplySteering ( float pitchInput, float rollInput, float yawInput ) : void
FixedUpdate ( ) : void
LookForTarget ( ) : void
OnDrawGizmos ( ) : void
Start ( ) : void

메소드 상세

ApplySteering() 공개 메소드

public ApplySteering ( float pitchInput, float rollInput, float yawInput ) : void
pitchInput float
rollInput float
yawInput float
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

LookForTarget() 공개 메소드

public LookForTarget ( ) : void
리턴 void

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

MaxThrust 공개적으로 프로퍼티

public float MaxThrust
리턴 float

MaxTurnThrust 공개적으로 프로퍼티

public float MaxTurnThrust
리턴 float

OptimalRange 공개적으로 프로퍼티

public float OptimalRange
리턴 float