UnityExtension:returns clipboard content on PC
System.String
| static System.Void SetClipBoard( |
| ) |
UnityExtension:set clipboard content on PC
| newcontent string | text |
System.Void
base class for all players and npcs
return gameobject for npcs, player or serverplayers; those gameobject creation/destruction/position are managed by graal like usual players/npc
| 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
Convenient GraalScript class to display a unity Texture2d into Graal GUI
<GuiControl>
Texture used to display texture or rendertexture from camera to Graal UI
Convenient GraalScript class to display a unity Texture2d into Graal GUI
<GuiControl>
Texture used to display texture or rendertexture from camera to findimg