menu
cannon_physics package
documentation
utils/event_target.dart
ContactEvent
ContactEvent constructor
ContactEvent constructor
dark_mode
light_mode
ContactEvent
constructor
ContactEvent
(
{
required
dynamic
type
,
Body
?
bodyA
,
Body
?
bodyB
,
})
Implementation
ContactEvent({ required type, this.bodyA, this.bodyB }):super(type);
cannon_physics package
documentation
utils/event_target
ContactEvent
ContactEvent constructor
ContactEvent class