API ReferenceSandbox
DooEngineclass
System that manages the execution of Doo scripts within a scene.
Constructors1
Showing 1 constructors
No results match this filter.
Methods1
Showing 1 methods
public void SetGlobalVariable(string name, object value)
Sets a global variable that is accessible to all Doo scripts in this scene.
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| value | object | — |
Returns:
void—No results match this filter.