| static System.Void catcheventobject( |
| ) |
adds an event handler for the specified object and event, third parameter is the function which receives the event (first parameter of the event will be the object for which the event occured)
| unityObject | object on which we catch the event |
| eventName string | name of the event |
| functionName string | function name to trigger if event is catched |
System.Void
| static System.Void removeallcatcheventobject( |
| ) |
remove all catcheventobjectfor the specified object
| unityObject | object on which we remove the events |
System.Void
| static System.Void AnalyticsEvent( |
| ) |
AnalyticsEvent name + tgraalvar with children string key/value
| String | Event name |
| TGraalVar | with children string key/value |
System.Void