UI.UIScrollElementProps
Hierarchy
- UIElement
- UIScrollElementProps
Index
Properties
optionalbindingObject
optionalbindingProperty
optionalbitmapBg
optionalbitmapBgHover
optionalbitmapHandle
optionalbitmapHandleHover
optionalclicker
optionalconfigValue
optionaldivider
optionalisInt
optionallength
optionalmax
optionalmin
optionalonNewValue
Type declaration
Parameters
result: number
container: UiAbstractContainer
element: UIScrollElement
Returns void
There are 12 types of UI elements given by Inner Core, and you can also create your custom ones. Each element type has it's own specific description object. These description objects are all inherited from this BasicElementDescription. It means that each element must have coords on the GUI by X, Y, and additionally Z axis, and also you can specify how the element will behave when touched, in clicker object (optional).