Author Topic: UILabel - onBecameInvisible doesn't fire.  (Read 2866 times)

jerotas

  • Guest
UILabel - onBecameInvisible doesn't fire.
« on: June 02, 2013, 02:11:43 PM »
Is there a way to get this to work? I'm using it for a scrolling message that I want to reappear on the other side of the screen when it's offscreen totally. But the message is dynamic so it's not always the same length...

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UILabel - onBecameInvisible doesn't fire.
« Reply #1 on: June 02, 2013, 06:27:52 PM »
OnBecameVisible is a callback for Unity Renderers, and widgets have no renderers.