BulletCSharp.btSoftBody.setWindVelocity C# (CSharp) Method

setWindVelocity() public method

public setWindVelocity ( SWIGTYPE_p_btVector3 velocity ) : void
velocity SWIGTYPE_p_btVector3
return void
        public void setWindVelocity(SWIGTYPE_p_btVector3 velocity)
        {
            BulletSoftBodyPINVOKE.btSoftBody_setWindVelocity(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(velocity));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }