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