onBounce method

void onBounce(
  1. PositionComponent other,
  2. CollisionData data,
  3. Vector2 bounceVel
)

Implementation

void onBounce(
  PositionComponent other,
  CollisionData data,
  Vector2 bounceVel,
) {}