Bacon2D

Joint QML Type

The base joint class. Joints are used to constraint two bodies together in various fashions. Some joints also feature limits and motors. More...

Properties

Detailed Description

Property Documentation

bodyA : Body

This property holds a reference to the first attached body.


bodyB : Body

This property holds a reference to the second attached body.


collideConnected : bool

This property holds a flag to true if the attached bodies should collide.


jointType : JointType

joint type is set automatically for concrete joint types.