menu
liquid2d package
documentation
liquid2d.dart
Shape
getFriction method
getFriction method
dark_mode
light_mode
getFriction
method
double
getFriction
(
)
Get the friction of this shape.
Implementation
double getFriction() => _shape.getFriction();
liquid2d package
documentation
liquid2d
Shape
getFriction method
Shape class