C# Class SpawnSet, DemonHeart

Show file Open project: rwbysafire/DemonHeart Class Usage Examples

Public Properties

Property Type Description
buff Buff,
count int
interval float
mustBeKilled bool
obj GameObject

Public Methods

Method Description
SetBuff ( Buff, buff ) : void
SpawnSet ( GameObject obj, int count, bool mustBeKilled, float interval ) : System.Collections

Method Details

SetBuff() public method

public SetBuff ( Buff, buff ) : void
buff Buff,
return void

SpawnSet() public method

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

Property Details

buff public property

public Buff, buff
return Buff,

count public property

public int count
return int

interval public property

public float interval
return float

mustBeKilled public property

public bool mustBeKilled
return bool

obj public property

public GameObject obj
return GameObject