Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/components
MenuSectionProps
Interface MenuSectionProps
interface
MenuSectionProps
{
height
?:
number
;
onModeSelect
:
(
mode
:
GameMode
)
=>
void
;
onShowControls
:
()
=>
void
;
onShowPhilosophy
:
()
=>
void
;
onStartGame
:
()
=>
void
;
selectedMode
:
GameMode
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
height?
on
Mode
Select
on
Show
Controls
on
Show
Philosophy
on
Start
Game
selected
Mode
width?
x?
y?
Properties
Optional
Readonly
height
height
?:
number
Readonly
on
Mode
Select
onModeSelect
:
(
mode
:
GameMode
)
=>
void
Readonly
on
Show
Controls
onShowControls
:
()
=>
void
Readonly
on
Show
Philosophy
onShowPhilosophy
:
()
=>
void
Readonly
on
Start
Game
onStartGame
:
()
=>
void
Readonly
selected
Mode
selectedMode
:
GameMode
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
on
Mode
Select
on
Show
Controls
on
Show
Philosophy
on
Start
Game
selected
Mode
width
x
y
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...