Search Unity

Dynamic Event Handling - Extend the Monobehaviour class

Discussion in 'Scripting' started by Muhannad, Mar 5, 2011.

  1. Muhannad

    Muhannad

    Joined:
    Feb 24, 2011
    Posts:
    26
    Extends the Monobehaviour class with dynamic event handling that can't be done with the current class. this class allows you to register events on the fly and on runtime giving you endless possibilities. You will be able to register event handlers to events, for example you can register the onGUI on the execution of a specific function or register some method with a number of events removing the pain of writing too much if conditions.

    http://u3d.as/content/mixed-dimensions/dynamic-event-handling/1A7

    Check it out at the asset store