Author Topic: For UITooltip, how is OnTooltip() called?  (Read 2344 times)

Nezabyte

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 10
    • View Profile
For UITooltip, how is OnTooltip() called?
« on: August 14, 2013, 06:05:12 AM »
I'm working on implementing an inventory system and am studying all the connections involved for "Example X - Character". There is a function called "OnTooltip", but I didn't see anything referencing it in MonoDevelop. What is calling that function?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: For UITooltip, how is OnTooltip() called?
« Reply #1 on: August 15, 2013, 07:34:09 AM »
UICamera calls it, just like all other NGUI events.

Nezabyte

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 10
    • View Profile
Re: For UITooltip, how is OnTooltip() called?
« Reply #2 on: August 15, 2013, 05:27:30 PM »
Cool, thanks