Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: wud on August 30, 2016, 11:23:14 PM

Title: NGUI Text PrintCharacterPositions
Post 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
Title: Re: NGUI Text PrintCharacterPositions
Post by: ArenMook on September 03, 2016, 01:37:50 AM
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?