CollisionBegan constructor
CollisionBegan({})
Implementation
CollisionBegan({
required this.nodeA,
required this.nodeB,
required this.colliderA,
required this.colliderB,
required this.contacts,
});
CollisionBegan({
required this.nodeA,
required this.nodeB,
required this.colliderA,
required this.colliderB,
required this.contacts,
});