C# Class SpellTempo

Inheritance: MonoBehaviour
显示文件 Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
_airTempo float
_earthTempo float
_fireTempo float
_metalTempo float
_waterTempo float
_woodTempo float

Public Methods

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

Private Methods

Method Description
Air ( ) : void
Earth ( ) : void
Fire ( ) : void
Metal1 ( ) : void
Metal2 ( ) : void
Metal3 ( ) : void
Start ( ) : void
Water ( ) : void
Wood ( ) : void

Method Details

Init() public method

public Init ( Vector3 from, Vector3 to, List hexagons ) : void
from Vector3
to Vector3
hexagons List
return void

PlayLater() public method

public PlayLater ( string anim, float time ) : void
anim string
time float
return void

Property Details

_airTempo public_oe property

public float _airTempo
return float

_earthTempo public_oe property

public float _earthTempo
return float

_fireTempo public_oe property

public float _fireTempo
return float

_metalTempo public_oe property

public float _metalTempo
return float

_waterTempo public_oe property

public float _waterTempo
return float

_woodTempo public_oe property

public float _woodTempo
return float