C# 클래스 ArcherWindow, Lurk2015Testing

상속: MonoBehaviour
파일 보기 프로젝트 열기: gmuGADIG/Lurk2015Testing

공개 프로퍼티들

프로퍼티 타입 설명
directions DirectionFlags
fireDelay float
projectilePrefab LinearProjectile,
projectileSpeed float
range float

Private Properties

프로퍼티 타입 설명
FireRoutine IEnumerator
LookForPlayer Vector2

공개 메소드들

메소드 설명
FireProjectile ( Vector2 direction ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
FireRoutine ( ) : IEnumerator
LookForPlayer ( ) : Vector2

메소드 상세

FireProjectile() 공개 메소드

public FireProjectile ( Vector2 direction ) : void
direction Vector2
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

directions 공개적으로 프로퍼티

public DirectionFlags directions
리턴 DirectionFlags

fireDelay 공개적으로 프로퍼티

public float fireDelay
리턴 float

projectilePrefab 공개적으로 프로퍼티

public LinearProjectile, projectilePrefab
리턴 LinearProjectile,

projectileSpeed 공개적으로 프로퍼티

public float projectileSpeed
리턴 float

range 공개적으로 프로퍼티

public float range
리턴 float