Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: wud on August 30, 2016, 11:23:14 PM
-
I can not understand the output of function NGUI Text PrintCharacterPositions , verts list and indices list. And I want to get the character positions, how can i get that
-
What's PrintCharacterPositions? There's NGUIText.PrintExactCharacterPositions and NGUIText.PrintApproximateCharacterPositions. There's also NGUIText.GetApproximateCharacterIndex and NGUIText.GetExactCharacterIndex -- each used for different things with the comment above each function explaining its use. What are you trying to do?