Пример #1
0
 public BipedBodyDescriptor(BipedFixtureIndex index, Biped biped)
 {
     FixtureIndex = index;
     Biped        = biped;
 }
Пример #2
0
 public Player(World world, Vector2 position, float xScale, float yScale)
 {
     _biped = new Biped(this, world, position, xScale, yScale);
 }
Пример #3
0
 public BipedBodyDescriptor(BipedFixtureIndex index, Biped biped)
 {
     FixtureIndex = index;
     Biped = biped;
 }
Пример #4
0
 public Player(World world, Vector2 position, float xScale, float yScale)
 {
     _biped = new Biped(this, world, position, xScale, yScale);
 }