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

getWindVelocity() public méthode

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