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

System Object
  DeltaEngine.Physics3D PhysicsJoint

Namespace: DeltaEngine.Physics3D
Assembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.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 propertyAnchor1
Public propertyAnchor2
Public propertyBodyA
Public propertyBodyB
Public propertyJointType
Public propertyProperties
Public propertySoftness
Top
See Also