C# Class SpellTempo

Inheritance: MonoBehaviour
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule

Méthodes publiques

Свойство Type Description
_airTempo float
_earthTempo float
_fireTempo float
_metalTempo float
_waterTempo float
_woodTempo float

Méthodes publiques

Méthode Description
Init ( Vector3 from, Vector3 to, List hexagons ) : void
PlayLater ( string anim, float time ) : void

Private Methods

Méthode Description
Air ( ) : void
Earth ( ) : void
Fire ( ) : void
Metal1 ( ) : void
Metal2 ( ) : void
Metal3 ( ) : void
Start ( ) : void
Water ( ) : void
Wood ( ) : void

Method Details

Init() public méthode

public Init ( Vector3 from, Vector3 to, List hexagons ) : void
from Vector3
to Vector3
hexagons List
Résultat void

PlayLater() public méthode

public PlayLater ( string anim, float time ) : void
anim string
time float
Résultat void

Property Details

_airTempo public_oe property

public float _airTempo
Résultat float

_earthTempo public_oe property

public float _earthTempo
Résultat float

_fireTempo public_oe property

public float _fireTempo
Résultat float

_metalTempo public_oe property

public float _metalTempo
Résultat float

_waterTempo public_oe property

public float _waterTempo
Résultat float

_woodTempo public_oe property

public float _woodTempo
Résultat float