BulletCSharp.RayResultCallback.hasHit C# (CSharp) Method

hasHit() public method

public hasHit ( ) : bool
return bool
        public bool hasHit()
        {
            bool ret = BulletSoftBodyPINVOKE.RayResultCallback_hasHit(swigCPtr);
            return ret;
        }