Click or drag to resize

JointType Enumeration

The types of physics joint.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public enum JointType
Members
  Member nameValueDescription
Unknown0
Hinge1
Slider2
BallSocket3
Fixed4
Contact5
See Also