Example #1
0
 public void AddCommand(DrawCommand cmd)
 {
     currentDrawLayer.Enqueue(cmd);
 }