menu
bonfire package
documentation
forces/global_forces_settings.dart
GlobalForcesSettings
GlobalForcesSettings.new constructor
GlobalForcesSettings.new constructor
dark_mode
light_mode
GlobalForcesSettings
constructor
GlobalForcesSettings
(
{
Vector2
?
gravity
,
Vector2
?
wind
,
Vector2
?
friction
,
double
?
dragCoefficient
=
0.01
,
})
Implementation
GlobalForcesSettings({ this.gravity, this.wind, this.friction, this.dragCoefficient = 0.01, });
bonfire package
documentation
forces/global_forces_settings
GlobalForcesSettings
GlobalForcesSettings.new constructor
GlobalForcesSettings class