C# 클래스 SpawnSet, DemonHeart

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

공개 프로퍼티들

프로퍼티 타입 설명
buff Buff,
count int
interval float
mustBeKilled bool
obj GameObject

공개 메소드들

메소드 설명
SetBuff ( Buff, buff ) : void
SpawnSet ( GameObject obj, int count, bool mustBeKilled, float interval ) : System.Collections

메소드 상세

SetBuff() 공개 메소드

public SetBuff ( Buff, buff ) : void
buff Buff,
리턴 void

SpawnSet() 공개 메소드

public SpawnSet ( GameObject obj, int count, bool mustBeKilled, float interval ) : System.Collections
obj GameObject
count int
mustBeKilled bool
interval float
리턴 System.Collections

프로퍼티 상세

buff 공개적으로 프로퍼티

public Buff, buff
리턴 Buff,

count 공개적으로 프로퍼티

public int count
리턴 int

interval 공개적으로 프로퍼티

public float interval
리턴 float

mustBeKilled 공개적으로 프로퍼티

public bool mustBeKilled
리턴 bool

obj 공개적으로 프로퍼티

public GameObject obj
리턴 GameObject