menu
oimo_physics package
documentation
collision/broadphase/sap/sap_proxy.dart
SAPProxy
isDynamic method
isDynamic method
dark_mode
light_mode
isDynamic
method
bool
isDynamic
(
)
Implementation
bool isDynamic() { RigidBody body = shape.parent!; return body.isDynamic && !body.sleeping; }
oimo_physics package
documentation
collision/broadphase/sap/sap_proxy
SAPProxy
isDynamic method
SAPProxy class