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

addAeroForceToFace() 공개 메소드

public addAeroForceToFace ( SWIGTYPE_p_btVector3 windVelocity, int faceIndex ) : void
windVelocity SWIGTYPE_p_btVector3
faceIndex int
리턴 void
        public void addAeroForceToFace(SWIGTYPE_p_btVector3 windVelocity, int faceIndex)
        {
            BulletSoftBodyPINVOKE.btSoftBody_addAeroForceToFace(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(windVelocity), faceIndex);
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }