Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/combat
CombatHUDProps
Interface CombatHUDProps
interface
CombatHUDProps
{
currentRound
:
number
;
height
?:
number
;
isPaused
:
boolean
;
maxRounds
:
number
;
onPauseToggle
?:
()
=>
void
;
player1
:
PlayerState
;
player2
:
PlayerState
;
timeRemaining
:
number
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
current
Round
height?
is
Paused
max
Rounds
on
Pause
Toggle?
player1
player2
time
Remaining
width?
x?
y?
Properties
Readonly
current
Round
currentRound
:
number
Optional
Readonly
height
height
?:
number
Readonly
is
Paused
isPaused
:
boolean
Readonly
max
Rounds
maxRounds
:
number
Optional
Readonly
on
Pause
Toggle
onPauseToggle
?:
()
=>
void
Readonly
player1
player1
:
PlayerState
Readonly
player2
player2
:
PlayerState
Readonly
time
Remaining
timeRemaining
:
number
Optional
Readonly
width
width
?:
number
Optional
Readonly
x
x
?:
number
Optional
Readonly
y
y
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Round
height
is
Paused
max
Rounds
on
Pause
Toggle
player1
player2
time
Remaining
width
x
y
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...