C# 클래스 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
상속: BaseCombatState
파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actionMenuOpen bool

공개 메소드들

메소드 설명
TileSelectionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = true ) : System.Collections
UpdateState ( ) : void

비공개 메소드들

메소드 설명
HandleActionSelection ( ) : void
HandleTileSelection ( ) : void
SwitchToActionSelection ( ) : void
SwitchToTileSelection ( ) : void

메소드 상세

TileSelectionState() 공개 메소드

public TileSelectionState ( BattleManager, thisCombatPhase, bool canUndo = true, bool canHoverGrid = true ) : System.Collections
thisCombatPhase BattleManager,
canUndo bool
canHoverGrid bool
리턴 System.Collections

UpdateState() 공개 메소드

public UpdateState ( ) : void
리턴 void

프로퍼티 상세

actionMenuOpen 공개적으로 프로퍼티

public bool actionMenuOpen
리턴 bool