C# Class SpawnSet, DemonHeart

ファイルを表示 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_oe property

public Buff, buff
return Buff,

count public_oe property

public int count
return int

interval public_oe property

public float interval
return float

mustBeKilled public_oe property

public bool mustBeKilled
return bool

obj public_oe property

public GameObject obj
return GameObject