C# Class TileSelectionState, MagesOfBlight

State handles selecting Tiles on the Hex Grid. Allows selection of any Tile Will only transition to ActionSelectionState if the current Tile has a TileAgent of the currently acting Battle Team
Inheritance: BaseCombatState
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
actionMenuOpen bool

Méthodes publiques

Méthode Description
TileSelectionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = true ) : System.Collections
UpdateState ( ) : void

Private Methods

Méthode Description
HandleActionSelection ( ) : void
HandleTileSelection ( ) : void
SwitchToActionSelection ( ) : void
SwitchToTileSelection ( ) : void

Method Details

TileSelectionState() public méthode

public TileSelectionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = true ) : System.Collections
thisCombatPhase BattleManager,
canUndo bool
canHoverGrid bool
Résultat System.Collections

UpdateState() public méthode

public UpdateState ( ) : void
Résultat void

Property Details

actionMenuOpen public_oe property

public bool actionMenuOpen
Résultat bool