Represents a joint that attaches two bodies together.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Physics2D PhysicsJoint
Namespace: DeltaEngine.Physics2D
Assembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The PhysicsJoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PhysicsJoint | Initializes a new instance of the PhysicsJoint class |
Properties
Name | Description | |
---|---|---|
BodyA | ||
BodyB | ||
Frequency | ||
MaxMotorTorque | ||
MotorEnabled | ||
MotorSpeed |
See Also