BulletCSharp.btRigidBody.setMotionState C# (CSharp) Method

setMotionState() public method

public setMotionState ( SWIGTYPE_p_btMotionState motionState ) : void
motionState SWIGTYPE_p_btMotionState
return void
        public void setMotionState(SWIGTYPE_p_btMotionState motionState)
        {
            BulletDynamicsPINVOKE.btRigidBody_setMotionState(swigCPtr, SWIGTYPE_p_btMotionState.getCPtr(motionState));
        }