Preparing search index...
The search index is not available
pokemon-rogue-battle
pokemon-rogue-battle
ui/command-ui-handler
default
Class default
A basic abstract class to act as a holder and processor for UI elements.
Hierarchy (
view full
)
default
default
Index
Constructors
constructor
Properties
active
commands
Container
cursor
cursor2
cursor
Obj
field
Index
mode
scene
Methods
clear
erase
Cursor
get
Cursor
get
Text
Color
get
Ui
process
Input
set
Cursor
setup
show
Constructors
constructor
new default
(
scene
)
:
default
Parameters
scene
:
default
Returns
default
Properties
active
active
:
boolean
= false
Private
commands
Container
commands
Container
:
Container
Protected
cursor
cursor
:
number
= 0
Protected
cursor2
cursor2
:
number
= 0
Private
cursor
Obj
cursor
Obj
:
Image
Protected
field
Index
field
Index
:
number
= 0
Protected
mode
mode
:
number
Protected
scene
scene
:
default
Methods
clear
clear
(
)
:
void
Returns
void
erase
Cursor
erase
Cursor
(
)
:
void
Returns
void
get
Cursor
get
Cursor
(
)
:
number
Returns
number
get
Text
Color
get
Text
Color
(
style
,
shadow
?
)
:
string
Parameters
style
:
TextStyle
shadow
:
boolean
= false
Returns
string
get
Ui
get
Ui
(
)
:
default
Returns
default
process
Input
process
Input
(
button
)
:
boolean
Parameters
button
:
Button
Returns
boolean
set
Cursor
set
Cursor
(
cursor
)
:
boolean
Parameters
cursor
:
number
Returns
boolean
setup
setup
(
)
:
void
Returns
void
show
show
(
args
)
:
boolean
Parameters
args
:
any
[]
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
active
commands
Container
cursor
cursor2
cursor
Obj
field
Index
mode
scene
clear
erase
Cursor
get
Cursor
get
Text
Color
get
Ui
process
Input
set
Cursor
setup
show
pokemon-rogue-battle
Loading...
A basic abstract class to act as a holder and processor for UI elements.