BulletCSharp.btRigidBodyConstructionInfo.btRigidBodyConstructionInfo C# (CSharp) Method

btRigidBodyConstructionInfo() private method

private btRigidBodyConstructionInfo ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return 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