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

getMotionState() 공개 메소드

public getMotionState ( ) : SWIGTYPE_p_btMotionState
리턴 SWIGTYPE_p_btMotionState
        public SWIGTYPE_p_btMotionState getMotionState()
        {
            IntPtr cPtr = BulletDynamicsPINVOKE.btRigidBody_getMotionState__SWIG_0(swigCPtr);
            SWIGTYPE_p_btMotionState ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_btMotionState(cPtr, false);
            return ret;
        }