C# Class PlayBoardBehaviour

Inheritance: MonoBehaviour
Mostra file Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
_musicAnimator Animator

Public Methods

Method Description
HighLight ( ) : void
MakeSpell ( ) : void
MakeSpell ( HexagonBehaviour, hexagonBehaviour ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
UpdateDoubleClic ( ) : void

Method Details

HighLight() public method

public HighLight ( ) : void
return void

MakeSpell() public method

public MakeSpell ( ) : void
return void

MakeSpell() public method

public MakeSpell ( HexagonBehaviour, hexagonBehaviour ) : void
hexagonBehaviour HexagonBehaviour,
return void

Property Details

_musicAnimator public_oe property

public Animator _musicAnimator
return Animator