C# 클래스 basic_projectile, DemonHeart

상속: MonoBehaviour, Entity
파일 보기 프로젝트 열기: rwbysafire/DemonHeart

공개 프로퍼티들

프로퍼티 타입 설명
projectile Projectile,

공개 메소드들

메소드 설명
OnTriggerEnter2D ( Collider2D collider ) : void
Start ( ) : void
StartChildCoroutine ( IEnumerator coroutineMethod ) : void
Update ( ) : void
getEnemyTag ( ) : string
getTargetLocation ( ) : Vector3
setProjectile ( Projectile, projectile ) : void

메소드 상세

OnTriggerEnter2D() 공개 메소드

public OnTriggerEnter2D ( Collider2D collider ) : void
collider UnityEngine.Collider2D
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartChildCoroutine() 공개 메소드

public StartChildCoroutine ( IEnumerator coroutineMethod ) : void
coroutineMethod IEnumerator
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

getEnemyTag() 공개 메소드

public getEnemyTag ( ) : string
리턴 string

getTargetLocation() 공개 메소드

public getTargetLocation ( ) : Vector3
리턴 Vector3

setProjectile() 공개 메소드

public setProjectile ( Projectile, projectile ) : void
projectile Projectile,
리턴 void

프로퍼티 상세

projectile 공개적으로 프로퍼티

public Projectile, projectile
리턴 Projectile,