Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
components/combat/components/CombatControls
CombatControlsProps
Interface CombatControlsProps
interface
CombatControlsProps
{
height
?:
number
;
isExecutingTechnique
:
boolean
;
onAttack
:
()
=>
void
;
onDefend
:
()
=>
void
;
onSwitchStance
:
(
stance
:
TrigramStance
)
=>
void
;
onTechniqueExecute
:
()
=>
void
;
player
:
PlayerState
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
height?
is
Executing
Technique
on
Attack
on
Defend
on
Switch
Stance
on
Technique
Execute
player
width?
x?
y?
Properties
Optional
Readonly
height
height
?:
number
Readonly
is
Executing
Technique
isExecutingTechnique
:
boolean
Readonly
on
Attack
onAttack
:
()
=>
void
Readonly
on
Defend
onDefend
:
()
=>
void
Readonly
on
Switch
Stance
onSwitchStance
:
(
stance
:
TrigramStance
)
=>
void
Readonly
on
Technique
Execute
onTechniqueExecute
:
()
=>
void
Readonly
player
player
:
PlayerState
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
height
is
Executing
Technique
on
Attack
on
Defend
on
Switch
Stance
on
Technique
Execute
player
width
x
y
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...