C# 클래스 EnemyBehaviour, dreams

상속: AliveBase
파일 보기 프로젝트 열기: mprofGamesDev-Dreams/dreams 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
attackCooldown float
attackDamage float
attackRange float
isBig bool
lineOfSightRange float
masksToUse LayerMask
patrolPoints GameObject[]

공개 메소드들

메소드 설명
GetPlayerSeen ( ) : bool
Start ( ) : void
Update ( ) : void

메소드 상세

GetPlayerSeen() 공개 메소드

public GetPlayerSeen ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

attackCooldown 공개적으로 프로퍼티

public float attackCooldown
리턴 float

attackDamage 공개적으로 프로퍼티

public float attackDamage
리턴 float

attackRange 공개적으로 프로퍼티

public float attackRange
리턴 float

isBig 공개적으로 프로퍼티

public bool isBig
리턴 bool

lineOfSightRange 공개적으로 프로퍼티

public float lineOfSightRange
리턴 float

masksToUse 공개적으로 프로퍼티

public LayerMask masksToUse
리턴 LayerMask

patrolPoints 공개적으로 프로퍼티

public GameObject[] patrolPoints
리턴 GameObject[]