Enum JacobianType
Values that represent jacobian types.
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public enum JacobianType : byte
Fields
Name | Description |
---|---|
AngularLimit1D | An enum constant representing the angular limit 1 d joint jacobian. |
AngularLimit2D | An enum constant representing the angular limit 2D joint jacobian. |
AngularLimit3D | An enum constant representing the angular limit 3D joint jacobian. |
AngularVelocityMotor | An enum constant representing the angular velocity motor jacobian. |
Contact | An enum constant representing the contact jacobian. |
LinearLimit | An enum constant representing the linear limit joint jacobian. |
LinearVelocityMotor | An enum constant representing the linear velocity motor jacobian. |
PositionMotor | An enum constant representing the position motor jacobian. |
RotationMotor | An enum constant representing the rotation motor jacobian. |
Trigger | An enum constant representing the trigger jacobian. |