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