Exemplo n.º 1
0
    public void Dispose()
    {
        primitiveRenderer = null;
        input             = null;

        root.Dispose();
        root = null;

        if (instances != null)
        {
            instances.Clear();
            instances = null;
        }
    }
Exemplo n.º 2
0
 public void Initialize(PrimitiveRenderer2D renderer)
 {
     primitiveRenderer = renderer;
     input             = new Input();
     root = new DebugUiControl.Root();
 }