Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUIState

Hierarchy

  • IUIState

Index

Properties

Optional boardClientRect

boardClientRect: object

Type declaration

  • x: number
  • y: number

Optional boxSize

boxSize: object

Type declaration

  • height: number
  • width: number

Optional boxesClientRects

boxesClientRects: object

Type declaration

  • [id: string]: object
    • boxId: string
    • clientRect: object
      • height: number
      • width: number
      • x: number
      • y: number

currentPlayer

currentPlayer: string

playerControls

playerControls: IPlayerUIState[]

unitAttacks

unitAttacks: Array<object>

unitDeads

unitDeads: Array<object>

unitSelection

unitSelection: Array<IUnitSelectionInfo>

Optional unitTypeSelection

unitTypeSelection: IUnitType

Generated using TypeDoc