- Home /
Question by
SweatyChair · Oct 12, 2018 at 08:46 AM ·
uitextstringinputfieldselection
Selecting a part of string in input field
InputField.SelectAll() can select all text in a input field of UGUI, but what with I only want to select a part of the string? E.g.:
inputField.Select(6,5); // Select length of 5 from index 6, just like string.SubString(6,5)
Is that possible?!? I cannot find any solution.
Comment
Your answer
Follow this Question
Related Questions
Changing just the name of person in UI Text 0 Answers
How to deselect text in an InputField? 1 Answer
Multiple Rich Text Not Working 1 Answer
Dynamic Input FIeld 0 Answers
Add up updating float 2 Answers