menu
flame_forge2d package
documentation
forge2d_world.dart
Forge2DWorld
createJoint method
createJoint method
dark_mode
light_mode
createJoint
method
void
createJoint
(
Joint
joint
)
Implementation
void createJoint(forge2d.Joint joint) { physicsWorld.createJoint(joint); }
flame_forge2d package
documentation
forge2d_world
Forge2DWorld
createJoint method
Forge2DWorld class