Enum ConstraintType
Values that represent constraint types.
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public enum ConstraintType : byte
Fields
Name | Description |
---|---|
Angular | An enum constant representing the angular type. |
AngularVelocityMotor | An enum constant representing the angular velocity motor type. |
Linear | An enum constant representing the linear type. |
LinearVelocityMotor | An enum constant representing the linear velocity motor type. |
PositionMotor | An enum constant representing the position motor type. |
RotationMotor | An enum constant representing the rotation motor type. |