BulletCSharp.btRigidBodyConstructionInfo.btRigidBodyConstructionInfo C# (CSharp) Метод

btRigidBodyConstructionInfo() приватный Метод

private btRigidBodyConstructionInfo ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
Результат System
        internal btRigidBodyConstructionInfo(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

btRigidBodyConstructionInfo::btRigidBodyConstructionInfo ( float mass, SWIGTYPE_p_btMotionState motionState, SWIGTYPE_p_btCollisionShape collisionShape ) : System
btRigidBodyConstructionInfo::btRigidBodyConstructionInfo ( float mass, SWIGTYPE_p_btMotionState motionState, SWIGTYPE_p_btCollisionShape collisionShape, SWIGTYPE_p_btVector3 localInertia ) : System