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

            GraphicsContext.Reset();
        }
示例#2
0
 public void End()
 {
     GraphicsContext.Reset();
 }
示例#3
0
 public void Reset() => GraphicsContext.Reset();
示例#4
0
 public virtual void Reset() => GraphicsContext.Reset();