DooEngineclass

System that manages the execution of Doo scripts within a scene.

objectGameObjectSystem<T>DooEngine
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.DooEngine : Sandbox.GameObjectSystem<T>

Constructors1

Showing 1 constructors

public DooEngine(Sandbox.Scene scene)PUBLICCONSTRUCTOR

Creates a new DooEngine for the given scene.

ParameterTypeDescription
sceneScene

Methods1

Showing 1 methods

public void SetGlobalVariable(string name, object value)PUBLIC

Sets a global variable that is accessible to all Doo scripts in this scene.

ParameterTypeDescription
namestring
valueobject
Returns:void

On this page