Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Sahkan on July 29, 2014, 01:02:29 AM

Title: How can i clear the screen after using NGUIDebug.Log ?
Post by: Sahkan on July 29, 2014, 01:02:29 AM
It will just stay forever...
Title: Re: How can i clear the screen after using NGUIDebug.Log ?
Post by: ArenMook on July 29, 2014, 03:33:32 AM
Add this function to it:
  1.         /// <summary>
  2.         /// Clear the logged text.
  3.         /// </summary>
  4.  
  5.         static public void Clear () { mLines.Clear(); }
Title: Re: How can i clear the screen after using NGUIDebug.Log ?
Post by: Sahkan on July 29, 2014, 03:41:27 AM
Add this function to it:
  1.         /// <summary>
  2.         /// Clear the logged text.
  3.         /// </summary>
  4.  
  5.         static public void Clear () { mLines.Clear(); }

Awesome Thanks !  :)