Enum JointType
- Namespace
- Alis.Core.Physic.Dynamics.Joints
- Assembly
- Alis.dll
The joint type enum
public enum JointTypeFields
Unknown = 0-
The unknown joint type
Revolute = 1-
The revolute joint type
Prismatic = 2-
The prismatic joint type
Distance = 3-
The distance joint type
Pulley = 4-
The pulley joint type
Gear = 5-
The gear joint type
Wheel = 6-
The wheel joint type
Weld = 7-
The weld joint type
Friction = 8-
The friction joint type
Rope = 9-
The rope joint type
Motor = 10-
The motor joint type
Angle = 11-
The angle joint type
FixedMouse = 12-
The fixed mouse joint type
FixedRevolute = 13-
The fixed revolute joint type
FixedDistance = 14-
The fixed distance joint type
FixedLine = 15-
The fixed line joint type
FixedPrismatic = 16-
The fixed prismatic joint type
FixedAngle = 17-
The fixed angle joint type
FixedFriction = 18-
The fixed friction joint type