menu
liquid2d package
documentation
liquid2d.dart
Shape
getSensor method
getSensor method
dark_mode
light_mode
getSensor
method
bool
getSensor
(
)
Get if the shape is set to be a sensor or not.
Implementation
bool getSensor() => _shape.getSensor();
liquid2d package
documentation
liquid2d
Shape
getSensor method
Shape class