C# 클래스 Deployable, TLH

상속: MonoBehaviour
파일 보기 프로젝트 열기: hydrater/TLH 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
detectRange float
firingAccuracy float
firingRange float
firingSpeed float
moveSpeed float

비공개 메소드들

메소드 설명
Attack ( ) : void
Chase ( ) : void
Idle ( ) : void
Scan ( ) : void
Start ( ) : void
Update ( ) : void

프로퍼티 상세

detectRange 공개적으로 프로퍼티

public float detectRange
리턴 float

firingAccuracy 공개적으로 프로퍼티

public float firingAccuracy
리턴 float

firingRange 공개적으로 프로퍼티

public float firingRange
리턴 float

firingSpeed 공개적으로 프로퍼티

public float firingSpeed
리턴 float

moveSpeed 공개적으로 프로퍼티

public float moveSpeed
리턴 float