Namespace CatchIo.Runtime.Combat.HitBoxes
Classes
CircleCastHitBox
CircleHitBox
Represents a circular hitbox used for detecting hurtboxes within a defined radius. Inherits from HitBox.
EllipseHitBox
FOVHitBox
Represents a field-of-view (FOV) based hitbox used for detecting hurtboxes within a specified range and angle. Inherits from HitBox.
HitBox
Represents an abstract base class for hitboxes used in combat systems. Handles collision detection with hurtboxes and manages position updates.
HitBoxEventProcessor<T>
Handles events related to HitBox and HurtBox interactions.