toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.component.text.editor
/
TextSchemeExtension
/
SymbolPosition
Symbol
Position
class
SymbolPosition
(
val
container
:
TextSchemeElement
,
val
charIndex
:
Int
,
val
leftTop
:
Vector2f
)
Members
Constructors
Symbol
Position
Link copied to clipboard
constructor
(
container
:
TextSchemeElement
,
charIndex
:
Int
,
leftTop
:
Vector2f
)
Properties
char
Index
Link copied to clipboard
val
charIndex
:
Int
container
Link copied to clipboard
val
container
:
TextSchemeElement
left
Top
Link copied to clipboard
val
leftTop
:
Vector2f