Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/ui
GameUIProps
Interface GameUIProps
interface
GameUIProps
{
alpha
?:
number
;
children
?:
ReactNode
;
combatEffects
:
readonly
HitEffect
[]
;
currentRound
:
number
;
height
?:
number
;
maxRounds
:
number
;
player1
:
PlayerState
;
player2
:
PlayerState
;
timeRemaining
:
number
;
visible
?:
boolean
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Hierarchy (
View Summary
)
BaseUIProps
GameUIProps
Index
Properties
alpha?
children?
combat
Effects
current
Round
height?
max
Rounds
player1
player2
time
Remaining
visible?
width?
x?
y?
Properties
Optional
Readonly
alpha
alpha
?:
number
Optional
Readonly
children
children
?:
ReactNode
combat
Effects
combatEffects
:
readonly
HitEffect
[]
current
Round
currentRound
:
number
Optional
Readonly
height
height
?:
number
max
Rounds
maxRounds
:
number
player1
player1
:
PlayerState
player2
player2
:
PlayerState
time
Remaining
timeRemaining
:
number
Optional
Readonly
visible
visible
?:
boolean
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
alpha
children
combat
Effects
current
Round
height
max
Rounds
player1
player2
time
Remaining
visible
width
x
y
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...