Enum JointType ​
Namespace: ValveResourceFormat.ResourceTypes.RubikonPhysics
Assembly: ValveResourceFormat.dll
The kind of constraint a applies between its two bodies. Not schema-enumerated; recovered by compiling one instance of each ModelDoc joint node class and reading back m_nType.
csharp
public enum JointTypeFields ​
Null = 0
Spherical = 1
Prismatic = 2
Revolute = 3
Conical = 4
Weld = 6
Wheel = 16

