BulletCSharp.btSoftBody.addVelocity C# (CSharp) Méthode

addVelocity() public méthode

public addVelocity ( SWIGTYPE_p_btVector3 velocity ) : void
velocity SWIGTYPE_p_btVector3
Résultat void
        public void addVelocity(SWIGTYPE_p_btVector3 velocity)
        {
            BulletSoftBodyPINVOKE.btSoftBody_addVelocity__SWIG_0(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(velocity));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

btSoftBody::addVelocity ( SWIGTYPE_p_btVector3 velocity, int node ) : void