PhysicsJoint ClassDelta Engine Documentation
Represents a joint that attaches two bodies together. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Physics2D PhysicsJoint

Namespace: DeltaEngine.Physics2D
Assembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class PhysicsJoint

The PhysicsJoint type exposes the following members.

Constructors

  NameDescription
Protected methodPhysicsJoint
Initializes a new instance of the PhysicsJoint class
Top
Properties

  NameDescription
Public propertyBodyA
Public propertyBodyB
Public propertyFrequency
Public propertyMaxMotorTorque
Public propertyMotorEnabled
Public propertyMotorSpeed
Top
See Also