Enum JacobianFlags
Flags which enable optional Jacobian behaviors.
Namespace: Unity.Physics
Syntax
[Flags]
public enum JacobianFlags : byte
Fields
Name | Description | Value |
---|---|---|
Disabled | A binary constant representing the disabled flag. Applies to all jacobians. |
1 |
EnableMassFactors | A binary constant representing the enable mass factors flag. Applies to all jacobians. |
2 |
UserFlag0 | A binary constant representing the user flag 0 flag. Applies to all jacobians. |
4 |
UserFlag1 | A binary constant representing the user flag 1 flag. Applies to all jacobians. |
8 |
UserFlag2 | A binary constant representing the user flag 2 flag. Applies to all jacobians. |
16 |
EnableImpulseEvents | A binary constant representing the enable impulse events options. Apples only to joint jacobian. |
32 |
IsTrigger | A binary constant representing the is trigger flag. Apples only to contact jacobian. |
32 |
EnableCollisionEvents | A binary constant representing the enable collision events flag. Apples only to contact jacobian. |
64 |
EnableSurfaceVelocity | A binary constant representing the enable surface velocity flag. Apples only to contact jacobian. |
128 |