isInsideHitbox property

bool isInsideHitbox

Whether the origin of the ray was inside the hitbox.

Implementation

bool get isInsideHitbox => _isInsideHitbox;