BulletCSharp.btSoftBody.getWindVelocity C# (CSharp) Method

getWindVelocity() public method

public getWindVelocity ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getWindVelocity()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletSoftBodyPINVOKE.btSoftBody_getWindVelocity(swigCPtr), false);
            return ret;
        }