示例#1
0
文件: Biped.cs 项目: prepare/box2c
 public BipedBodyDescriptor(BipedFixtureIndex index, Biped biped)
 {
     FixtureIndex = index;
     Biped        = biped;
 }
示例#2
0
文件: Form2.cs 项目: RubisetCie/box2c
 public Player(World world, Vector2 position, float xScale, float yScale)
 {
     _biped = new Biped(this, world, position, xScale, yScale);
 }
示例#3
0
文件: Biped.cs 项目: RubisetCie/box2c
 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);
 }