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. |
| EnableDetailedStaticMeshCollision | A binary constant representing the detailed static mesh collision option which prevents ghost collisions with static meshes by further analyzing the colliders' trajectory at the contact point. |
| 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. |
| IsContactDynamic | A binary constant representing whether both at least one of the two bodies in this contact is dynamic. |
| IsTrigger | A binary constant representing the is trigger flag. Apples only to contact jacobian. |
| UserFlag0 | A binary constant representing the user flag. Applies to all jacobians. |