BulletCSharp.btRigidBody.setMotionState C# (CSharp) 메소드

setMotionState() 공개 메소드

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