C# 클래스 FlyingEnemyMover, gmap377_leathGloves_inc

상속: BufferedMovement
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flyingTowardsPlayer bool
maxDistanceFromPlayer float

공개 메소드들

메소드 설명
Start ( ) : void

Initialize information

checkPlan ( ) : void

Checks the plan and sees if it needs to be updated

shouldUpdatePlan ( ) : bool

Return true if plan needs to be updated

비공개 메소드들

메소드 설명
updateTargetForMinimumDistance ( ) : void

Updates the target to take into account the minimum distance.

메소드 상세

Start() 공개 메소드

Initialize information
public Start ( ) : void
리턴 void

checkPlan() 공개 메소드

Checks the plan and sees if it needs to be updated
public checkPlan ( ) : void
리턴 void

shouldUpdatePlan() 공개 메소드

Return true if plan needs to be updated
public shouldUpdatePlan ( ) : bool
리턴 bool

프로퍼티 상세

flyingTowardsPlayer 공개적으로 프로퍼티

public bool flyingTowardsPlayer
리턴 bool

maxDistanceFromPlayer 공개적으로 프로퍼티

public float maxDistanceFromPlayer
리턴 float