Position of the cursor, in the same coordinate space as the Text component's local layout.
Since
Lens Scripting Version 324
Methods
StaticgetTypeName
getTypeName():string
Returns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().
The position of a text cursor for a given character index, returned by Text.getCursorPositions and Text3D.getCursorPositions.
Since
Lens Scripting Version 324
Example