C# 클래스 EnemyFullAI.Coward, Endure

파일 보기 프로젝트 열기: Endure-Game/Endure

공개 프로퍼티들

프로퍼티 타입 설명
cowardDistance float
isCoward bool
maxRunDistance float

공개 메소드들

메소드 설명
isFeared ( ) : bool
noFear ( ) : void
yesFear ( ) : void

메소드 상세

isFeared() 공개 메소드

public isFeared ( ) : bool
리턴 bool

noFear() 공개 메소드

public noFear ( ) : void
리턴 void

yesFear() 공개 메소드

public yesFear ( ) : void
리턴 void

프로퍼티 상세

cowardDistance 공개적으로 프로퍼티

public float cowardDistance
리턴 float

isCoward 공개적으로 프로퍼티

public bool isCoward
리턴 bool

maxRunDistance 공개적으로 프로퍼티

public float maxRunDistance
리턴 float