Перейти к основному содержанию

UI.UIScrollElementProps

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).

Hierarchy

Index

Properties

optionalbindingObject

bindingObject?: any

optionalbindingProperty

bindingProperty?: string

optionalbitmapBg

bitmapBg?: string

optionalbitmapBgHover

bitmapBgHover?: string

optionalbitmapHandle

bitmapHandle?: BitmapTypes

optionalbitmapHandleHover

bitmapHandleHover?: BitmapTypes

optionalclicker

clicker?: UIClickEvent

optionalconfigValue

configValue?: ConfigValue

optionaldivider

divider?: number

optionalisInt

isInt?: boolean

optionallength

length?: number

optionalmax

max?: number

optionalmin

min?: number

optionalonNewValue

onNewValue?: (result: number, container: UiAbstractContainer, element: UIScrollElement) => void

Type declaration

optionalratio

ratio?: number

optionalwidth

width?: number

optionalx

x?: number

optionaly

y?: number

optionalz

z?: number