OpenFairyGUI API
Preparing search index...
core/src
UamComponentInstanceProperties
Type Alias UamComponentInstanceProperties
UamComponentInstanceProperties
:
|
{
checked
:
boolean
;
controller
:
string
;
extensionType
:
"Button"
;
icon
:
string
;
page
:
string
;
selectedIcon
:
string
;
selectedTitle
:
string
;
sound
:
string
;
soundVolumeScale
:
number
;
title
:
string
;
titleColor
:
string
;
titleFontSize
:
number
;
}
|
{
extensionType
:
"Label"
;
icon
:
string
;
promptText
:
string
;
title
:
string
;
titleColor
:
string
;
titleFontSize
:
number
;
}
|
{
extensionType
:
"ComboBox"
;
icon
:
string
;
items
:
UamComponentInstanceComboItem
[]
;
selectionController
:
string
;
title
:
string
;
visibleItemCount
:
number
;
}
|
{
extensionType
:
"ProgressBar"
|
"Slider"
;
max
:
number
;
min
:
number
;
value
:
number
;
}
|
{
extensionType
:
"ScrollBar"
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
OpenFairyGUI API
Loading...