menu
flame package
documentation
collisions.dart
RaycastResult<T extends Hitbox<T>>
hitbox property
hitbox property
dark_mode
light_mode
hitbox
property
T?
get
hitbox
Implementation
T? get hitbox => isActive ? _hitbox : null;
flame package
documentation
collisions
RaycastResult<T extends Hitbox<T>>
hitbox property
RaycastResult class