BulletCSharp.btSoftBody.setVelocity C# (CSharp) 메소드

setVelocity() 공개 메소드

public setVelocity ( SWIGTYPE_p_btVector3 velocity ) : void
velocity SWIGTYPE_p_btVector3
리턴 void
        public void setVelocity(SWIGTYPE_p_btVector3 velocity)
        {
            BulletSoftBodyPINVOKE.btSoftBody_setVelocity(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(velocity));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }