onCollisionCallback property
Assign your own CollisionCallback if you want a callback when this
shape collides with another T
.
Implementation
@override
CollisionCallback<ShapeHitbox>? onCollisionCallback;
Assign your own CollisionCallback if you want a callback when this
shape collides with another T
.
@override
CollisionCallback<ShapeHitbox>? onCollisionCallback;