Example #1
0
 public PhysicsDebugDraw(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }
Example #2
0
 public XnaForm(MonoGameGraphics graphics)
 {
     InitializeComponent();
     
     graphicsDeviceControl1.SetGraphics(graphics);
 }
Example #3
0
        public XnaForm(MonoGameGraphics graphics)
        {
            InitializeComponent();

            graphicsDeviceControl1.SetGraphics(graphics);
        }
 public void SetGraphics(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }
Example #5
0
 public MeshFactory(MonoGameGraphics graphics)
 {
     this.demo = graphics.Demo;
     this.device = graphics.Device;
 }
 public PhysicsDebugDraw(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }
Example #7
0
 public MeshFactory(MonoGameGraphics graphics)
 {
     this.demo   = graphics.Demo;
     this.device = graphics.Device;
 }
 public void SetGraphics(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }