Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Nezabyte on August 14, 2013, 06:05:12 AM

Title: For UITooltip, how is OnTooltip() called?
Post by: Nezabyte 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?
Title: Re: For UITooltip, how is OnTooltip() called?
Post by: ArenMook on August 15, 2013, 07:34:09 AM
UICamera calls it, just like all other NGUI events.
Title: Re: For UITooltip, how is OnTooltip() called?
Post by: Nezabyte on August 15, 2013, 05:27:30 PM
Cool, thanks