C# 클래스 GroundFire, DemonHeart

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

공개 메소드들

메소드 설명
init ( string enemyTag, float damage, float duration ) : void

비공개 메소드들

메소드 설명
OnTriggerStay2D ( Collider2D collider ) : void
Start ( ) : void
destroyTimer ( float duration ) : IEnumerator
playAnimation ( float delay ) : IEnumerator

메소드 상세

init() 공개 메소드

public init ( string enemyTag, float damage, float duration ) : void
enemyTag string
damage float
duration float
리턴 void