Exemplo n.º 1
0
 public PHWorld3D(string id, PhysicsManager phyMgr)
 {
     this.m_phmap = null;
     this.m_id    = "";
 }
Exemplo n.º 2
0
 public PHColliderMesh(string id, PhysicsManager grMgr) : base(id, grMgr)
 {
 }
Exemplo n.º 3
0
 public PHHeightMap(string id, PhysicsManager phyMgr) : base(id, phyMgr)
 {
 }
Exemplo n.º 4
0
 public PHEntity3D(string id, PhysicsManager phyMgr)
 {
     this.m_id    = id;
     this.m_phMgr = phyMgr;
 }