Author Topic: NGUI: HUD Text clear function  (Read 3157 times)

joduffy

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 28
    • View Profile
NGUI: HUD Text clear function
« on: July 25, 2014, 11:17:29 PM »
Hi Guys,

I just wanted to know if there was a way of clearing text from the package addon HUD Text.

Thanks,
Jonathan

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI: HUD Text clear function
« Reply #1 on: July 26, 2014, 03:46:56 AM »
If you disable the HUDText component, all of its text will disappear.

joduffy

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 28
    • View Profile
Re: NGUI: HUD Text clear function
« Reply #2 on: July 28, 2014, 02:29:57 AM »
Thanks,

I will try that. I have been turning off the parent GameObject but that wasnt working.