isInsideHitbox property
bool
get
isInsideHitbox
Whether the origin of the ray was inside the hitbox.
Implementation
bool get isInsideHitbox => _isInsideHitbox;
Whether the origin of the ray was inside the hitbox.
bool get isInsideHitbox => _isInsideHitbox;