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

            graphicsDeviceControl1.SetGraphics(graphics);
        }
 public void SetGraphics(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }
Ejemplo n.º 5
0
 public MeshFactory(MonoGameGraphics graphics)
 {
     this.demo = graphics.Demo;
     this.device = graphics.Device;
 }
Ejemplo n.º 6
0
 public PhysicsDebugDraw(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }
Ejemplo n.º 7
0
 public MeshFactory(MonoGameGraphics graphics)
 {
     this.demo   = graphics.Demo;
     this.device = graphics.Device;
 }
Ejemplo n.º 8
0
 public void SetGraphics(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }