getCPtr() static private method

static private getCPtr ( LocalRayResult obj ) : HandleRef
obj LocalRayResult
return System.Runtime.InteropServices.HandleRef
        public virtual float addSingleResult(LocalRayResult rayResult, bool normalInWorldSpace)
        {
            float ret = BulletSoftBodyPINVOKE.RayResultCallback_addSingleResult(swigCPtr, LocalRayResult.getCPtr(rayResult), normalInWorldSpace);

            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending)
            {
                throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }