C# 클래스 Scorpion, gmap377_leathGloves_inc

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

공개 프로퍼티들

프로퍼티 타입 설명
laserSquareDistanceMax float
laserSquareDistanceMin float
maxAngleToAttack float
meleeSquareDistance float
minAngleToAttack float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void

Handle Controller

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

비공개 메소드들

메소드 설명
lookingAtPlayer ( ) : bool

메소드 상세

FixedUpdate() 공개 메소드

Handle Controller
public FixedUpdate ( ) : void
리턴 void

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

프로퍼티 상세

laserSquareDistanceMax 공개적으로 프로퍼티

public float laserSquareDistanceMax
리턴 float

laserSquareDistanceMin 공개적으로 프로퍼티

public float laserSquareDistanceMin
리턴 float

maxAngleToAttack 공개적으로 프로퍼티

public float maxAngleToAttack
리턴 float

meleeSquareDistance 공개적으로 프로퍼티

public float meleeSquareDistance
리턴 float

minAngleToAttack 공개적으로 프로퍼티

public float minAngleToAttack
리턴 float