Vixen
02b45cc4
csharp
public enum ConstraintKind

Which joint a description asks for.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • Fixed

    Welds two bodies together. No relative motion at all.

  • Point

    A ball joint: the two points coincide, and rotation is free.

  • Hinge

    A door hinge: rotation about one axis, optionally limited and optionally motorised.

  • Slider

    A piston: translation along one axis, optionally limited and optionally motorised.

  • Distance

    A rope or a spring: the two points are held between a minimum and a maximum distance.

  • Cone

    A cone: the twist axes are held within a half-angle of one another.

Used by (5)

  • ConstraintDescriptionVixen.Physics
  • JoltConstraintVixen.Physics
  • PhysicsConstraintTestsVixen.Physics.Tests
  • PhysicsWorldVixen.Physics
  • Vixen_Physics_Constraints_ConstraintDescriptionSerializerVixen.Physics