menu
artisanal package
documentation
physics.dart
RevoluteJoint
enableMotor method
enableMotor method
dark_mode
light_mode
enableMotor
method
void
enableMotor
(
bool
flag
)
Implementation
void enableMotor(bool flag) { bodyA.setAwake(true); bodyB.setAwake(true); _enableMotor = flag; }
artisanal package
documentation
physics
RevoluteJoint
enableMotor method
RevoluteJoint class