C# 클래스 PlayerChasing_BHV, PieceOfTreasure-OneGame10.15

상속: GridNavigator_BHV
파일 보기 프로젝트 열기: FellowshipOfTheGame/PieceOfTreasure-OneGame10.15

공개 프로퍼티들

프로퍼티 타입 설명
chaseDelay float
chasingTime float

보호된 프로퍼티들

프로퍼티 타입 설명
isChasingPlayer bool
playerTarget Player_BHV,

공개 메소드들

메소드 설명
playerInSight ( ) : Player_BHV,

보호된 메소드들

메소드 설명
Update ( ) : void

비공개 메소드들

메소드 설명
Chase ( ) : void
StartChasing ( Player_BHV, player ) : void
StopChasing ( ) : void

메소드 상세

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

playerInSight() 공개 메소드

public playerInSight ( ) : Player_BHV,
리턴 Player_BHV,

프로퍼티 상세

chaseDelay 공개적으로 프로퍼티

public float chaseDelay
리턴 float

chasingTime 공개적으로 프로퍼티

public float chasingTime
리턴 float

isChasingPlayer 보호되어 있는 프로퍼티

protected bool isChasingPlayer
리턴 bool

playerTarget 보호되어 있는 프로퍼티

protected Player_BHV, playerTarget
리턴 Player_BHV,