Exemplo n.º 1
0
        public void Update()
        {
            foreach (KeyValuePair <string, TSurface> pair in layers)
            {
                GraphicsContext.Update(pair.Value, renderingUnit.Layers[pair.Key].Destination);
            }

            GraphicsContext.Reset();
        }
Exemplo n.º 2
0
 public void End()
 {
     GraphicsContext.Reset();
 }
Exemplo n.º 3
0
 public void Reset() => GraphicsContext.Reset();
Exemplo n.º 4
0
 public virtual void Reset() => GraphicsContext.Reset();