BulletCSharp.btMotionState.setWorldTransform C# (CSharp) Method

setWorldTransform() public method

public setWorldTransform ( btTransform worldTrans ) : void
worldTrans btTransform
return void
        public virtual void setWorldTransform(btTransform worldTrans)
        {
            LinearMathPINVOKE.btMotionState_setWorldTransform(swigCPtr, btTransform.getCPtr(worldTrans));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }