Preparing search index...
The search index is not available
pokemon-rogue-battle
pokemon-rogue-battle
ui/egg-gacha-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
awaiting
Action
Input
cursor
message
mode
on
Action
Input
pending
Prompt
prompt
scene
text
Callback
Timer
text
Timer
tutorial
Active
Methods
clear
clear
Text
consume
Vouchers
get
Cursor
get
Delay
Value
get
Guaranteed
Egg
Tier
From
Pull
Count
get
Text
Color
get
Ui
hide
Summary
process
Input
process
Tutorial
Input
pull
set
Cursor
set
Gacha
Cursor
set
Transitioning
setup
show
show
Dialogue
show
Error
show
Prompt
show
Summary
show
Text
update
Gacha
Info
update
Voucher
Counts
Constructors
constructor
new default
(
scene
)
:
default
Parameters
scene
:
default
Returns
default
Properties
active
active
:
boolean
= false
Protected
awaiting
Action
Input
awaiting
Action
Input
:
boolean
Protected
cursor
cursor
:
number
= 0
message
message
:
Text
Protected
mode
mode
:
number
Protected
on
Action
Input
on
Action
Input
:
Function
pending
Prompt
pending
Prompt
:
boolean
prompt
prompt
:
Sprite
Protected
scene
scene
:
default
Protected
text
Callback
Timer
text
Callback
Timer
:
TimerEvent
Protected
text
Timer
text
Timer
:
TimerEvent
tutorial
Active
tutorial
Active
:
boolean
= false
Methods
clear
clear
(
)
:
void
Returns
void
clear
Text
clear
Text
(
)
:
void
Returns
void
consume
Vouchers
consume
Vouchers
(
voucherType
,
count
)
:
void
Parameters
voucherType
:
VoucherType
count
:
number
Returns
void
get
Cursor
get
Cursor
(
)
:
number
Returns
number
get
Delay
Value
get
Delay
Value
(
delay
)
:
number
Parameters
delay
:
number
Returns
number
get
Guaranteed
Egg
Tier
From
Pull
Count
get
Guaranteed
Egg
Tier
From
Pull
Count
(
pullCount
)
:
EggTier
Parameters
pullCount
:
number
Returns
EggTier
get
Text
Color
get
Text
Color
(
style
,
shadow
?
)
:
string
Parameters
style
:
TextStyle
shadow
:
boolean
= false
Returns
string
get
Ui
get
Ui
(
)
:
default
Returns
default
hide
Summary
hide
Summary
(
)
:
void
Returns
void
process
Input
process
Input
(
button
)
:
boolean
Parameters
button
:
Button
Returns
boolean
process
Tutorial
Input
process
Tutorial
Input
(
button
)
:
boolean
Parameters
button
:
Button
Returns
boolean
pull
pull
(
pullCount
?
,
count
?
,
eggs
?
)
:
void
Parameters
Optional
pullCount
:
number
Optional
count
:
number
Optional
eggs
:
Egg
[]
Returns
void
set
Cursor
set
Cursor
(
cursor
)
:
boolean
Parameters
cursor
:
number
Returns
boolean
set
Gacha
Cursor
set
Gacha
Cursor
(
cursor
)
:
boolean
Parameters
cursor
:
number
Returns
boolean
set
Transitioning
set
Transitioning
(
transitioning
)
:
void
Parameters
transitioning
:
boolean
Returns
void
setup
setup
(
)
:
void
Returns
void
show
show
(
args
)
:
boolean
Parameters
args
:
any
[]
Returns
boolean
show
Dialogue
show
Dialogue
(
text
,
name
,
delay
?
,
callback
?
,
callbackDelay
?
,
prompt
?
,
promptDelay
?
)
:
void
Parameters
text
:
string
name
:
string
Optional
delay
:
number
Optional
callback
:
Function
Optional
callbackDelay
:
number
Optional
prompt
:
boolean
Optional
promptDelay
:
number
Returns
void
show
Error
show
Error
(
text
)
:
void
Parameters
text
:
string
Returns
void
show
Prompt
show
Prompt
(
callback
,
callbackDelay
)
:
void
Parameters
callback
:
Function
callbackDelay
:
number
Returns
void
show
Summary
show
Summary
(
eggs
)
:
void
Parameters
eggs
:
Egg
[]
Returns
void
show
Text
show
Text
(
text
,
delay
?
,
callback
?
,
callbackDelay
?
,
prompt
?
,
promptDelay
?
)
:
void
Parameters
text
:
string
Optional
delay
:
number
Optional
callback
:
Function
Optional
callbackDelay
:
number
Optional
prompt
:
boolean
Optional
promptDelay
:
number
Returns
void
update
Gacha
Info
update
Gacha
Info
(
gachaType
)
:
void
Parameters
gachaType
:
GachaType
Returns
void
update
Voucher
Counts
update
Voucher
Counts
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
active
awaiting
Action
Input
cursor
message
mode
on
Action
Input
pending
Prompt
prompt
scene
text
Callback
Timer
text
Timer
tutorial
Active
Methods
clear
clear
Text
consume
Vouchers
get
Cursor
get
Delay
Value
get
Guaranteed
Egg
Tier
From
Pull
Count
get
Text
Color
get
Ui
hide
Summary
process
Input
process
Tutorial
Input
pull
set
Cursor
set
Gacha
Cursor
set
Transitioning
setup
show
show
Dialogue
show
Error
show
Prompt
show
Summary
show
Text
update
Gacha
Info
update
Voucher
Counts
pokemon-rogue-battle
Loading...
A basic abstract class to act as a holder and processor for UI elements.