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