C# Class Sigil, Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: zackva/Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
behavior GameObject
coolDown float
coolDown int
damage int
enabledSigil bool
sigilType SigilType
timer double
timer float

Méthodes publiques

Méthode Description
CountDown ( ) : void
Disable ( ) : void
Effect ( ) : void
Enable ( ) : void
SetTimer ( ) : void
Update ( ) : void
activated ( ) : void

Method Details

CountDown() public méthode

public CountDown ( ) : void
Résultat void

Disable() public méthode

public Disable ( ) : void
Résultat void

Effect() public abstract méthode

public abstract Effect ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

SetTimer() public méthode

public SetTimer ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

activated() public méthode

public activated ( ) : void
Résultat void

Property Details

behavior public_oe property

public GameObject behavior
Résultat GameObject

coolDown public_oe property

public float coolDown
Résultat float

coolDown public_oe property

public int coolDown
Résultat int

damage public_oe property

public int damage
Résultat int

enabledSigil public_oe property

public bool enabledSigil
Résultat bool

sigilType public_oe property

public SigilType sigilType
Résultat SigilType

timer public_oe property

public double timer
Résultat double

timer public_oe property

public float timer
Résultat float