コード例 #1
0
ファイル: GImpactShape.cs プロジェクト: suzuke/BulletXNA
 public CompoundPrimitiveManager()
 {
     m_compoundShape = null;
 }
コード例 #2
0
ファイル: GImpactShape.cs プロジェクト: suzuke/BulletXNA
 public CompoundPrimitiveManager(GImpactCompoundShape compoundShape)
 {
     m_compoundShape = compoundShape;
 }
コード例 #3
0
ファイル: GImpactShape.cs プロジェクト: suzuke/BulletXNA
 public CompoundPrimitiveManager(CompoundPrimitiveManager compound)
 {
     m_compoundShape = compound.m_compoundShape;
 }
コード例 #4
0
ファイル: GImpactShape.cs プロジェクト: bsamuels453/BulletXNA
 public CompoundPrimitiveManager()
 {
     m_compoundShape = null;
 }
コード例 #5
0
ファイル: GImpactShape.cs プロジェクト: bsamuels453/BulletXNA
 public CompoundPrimitiveManager(GImpactCompoundShape compoundShape)
 {
     m_compoundShape = compoundShape;
 }
コード例 #6
0
ファイル: GImpactShape.cs プロジェクト: bsamuels453/BulletXNA
 public CompoundPrimitiveManager(CompoundPrimitiveManager compound)
 {
     m_compoundShape = compound.m_compoundShape;
 }