MoveToEndOfPreviousWord()
Moves the cursor to the end of the previous word.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
void MoveToEndOfPreviousWord()
Remarks
This API uses the visualElement's style to compute the result, so calling it before the styles are computed might return an incorrect value.