Ejemplo n.º 1
0
 public BipedBodyDescriptor(BipedFixtureIndex index, Biped biped)
 {
     FixtureIndex = index;
     Biped        = biped;
 }
Ejemplo n.º 2
0
 public Player(World world, Vector2 position, float xScale, float yScale)
 {
     _biped = new Biped(this, world, position, xScale, yScale);
 }
Ejemplo n.º 3
0
 public BipedBodyDescriptor(BipedFixtureIndex index, Biped biped)
 {
     FixtureIndex = index;
     Biped = biped;
 }
Ejemplo n.º 4
0
 public Player(World world, Vector2 position, float xScale, float yScale)
 {
     _biped = new Biped(this, world, position, xScale, yScale);
 }