예제 #1
0
 public PhysicsDebugDraw(MonoGameGraphics graphics)
 {
     this.graphics = graphics;
 }
예제 #2
0
 public XnaForm(MonoGameGraphics graphics)
 {
     InitializeComponent();
     
     graphicsDeviceControl1.SetGraphics(graphics);
 }
예제 #3
0
파일: XnaForm.cs 프로젝트: diqost/bullet
        public XnaForm(MonoGameGraphics graphics)
        {
            InitializeComponent();

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