C# 클래스 RangedAttacker, Endure

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

공개 프로퍼티들

프로퍼티 타입 설명
arrow GameObject
arrowDelay float
bullet GameObject
bulletDelay float
damage int
knockback float

공개 메소드들

메소드 설명
Attack ( Vector3 towards ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
fireArrow ( Vector3 towards ) : IEnumerator
fireBullet ( Vector3 towards ) : IEnumerator

메소드 상세

Attack() 공개 메소드

public Attack ( Vector3 towards ) : void
towards Vector3
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

arrow 공개적으로 프로퍼티

public GameObject arrow
리턴 GameObject

arrowDelay 공개적으로 프로퍼티

public float arrowDelay
리턴 float

bullet 공개적으로 프로퍼티

public GameObject bullet
리턴 GameObject

bulletDelay 공개적으로 프로퍼티

public float bulletDelay
리턴 float

damage 공개적으로 프로퍼티

public int damage
리턴 int

knockback 공개적으로 프로퍼티

public float knockback
리턴 float