C# Class SpawnSet, DemonHeart

Afficher le fichier Open project: rwbysafire/DemonHeart Class Usage Examples

Méthodes publiques

Свойство Type Description
buff Buff,
count int
interval float
mustBeKilled bool
obj GameObject

Méthodes publiques

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

Method Details

SetBuff() public méthode

public SetBuff ( Buff, buff ) : void
buff Buff,
Résultat void

SpawnSet() public méthode

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

Property Details

buff public_oe property

public Buff, buff
Résultat Buff,

count public_oe property

public int count
Résultat int

interval public_oe property

public float interval
Résultat float

mustBeKilled public_oe property

public bool mustBeKilled
Résultat bool

obj public_oe property

public GameObject obj
Résultat GameObject