Author Topic: how to extend UIButtonMessage inspector  (Read 2609 times)

liangyen

  • Guest
how to extend UIButtonMessage inspector
« on: January 25, 2013, 06:01:30 AM »
hi
is it possable to extend UIButtonMessage component

when i drag a target gameobject to Target field

the function name field will show all method on this gameobject like animation event

http://docs.unity3d.com/Documentation/Components/animeditor-AnimationEvents.html

if can input parameter more good

thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: how to extend UIButtonMessage inspector
« Reply #1 on: January 25, 2013, 10:46:50 AM »
Is it possible? Certainly. I do that in TNet for the TNAutoSync script. It involves creating a custom inspector.