TGraalVar
TGraalVar
UnityObjectLink
Functions
catcheventobject
static System.Void catcheventobject(
UnityObjectLink unityObject,
string eventName,
string functionName
)

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)

Parameters
unityObject

object on which we catch the event

eventName
string

name of the event

functionName
string

function name to trigger if event is catched

Returns

System.Void

removeallcatcheventobject
static System.Void removeallcatcheventobject(
UnityObjectLink unityObject
)

remove all catcheventobjectfor the specified object

Parameters
unityObject

object on which we remove the events

Returns

System.Void

AnalyticsEvent
static System.Void AnalyticsEvent(
String eventName,
TGraalVar keyValueParisVar
)

AnalyticsEvent name + tgraalvar with children string key/value

Parameters
String

Event name

TGraalVar

with children string key/value

Returns

System.Void