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