# PhysicsIgnoreJointDefinition

> A joint definition used to specify properties when creating a PhysicsIgnoreJoint.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.U2D.Physics](/engine/6000.7/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule
* **Implements:** [IEquatable\<PhysicsIgnoreJointDefinition>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct PhysicsIgnoreJointDefinition : IEquatable<PhysicsIgnoreJointDefinition>
```

## Constructors

| Constructor                                                                                                              | Description                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| [PhysicsIgnoreJointDefinition()](/engine/6000.7/script-reference/unity/u2d/physics/physicsignorejointdefinition/ctor.md) | Create a default [PhysicsIgnoreJoint](/engine/6000.7/script-reference/unity/u2d/physics/physicsignorejoint.md) definition. |

## Properties

| Property                                                                                                       | Description                                                                 |
| -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [bodyA](/engine/6000.7/script-reference/unity/u2d/physics/physicsignorejointdefinition/bodya.md)               | The first body the joint constrains.                                        |
| [bodyB](/engine/6000.7/script-reference/unity/u2d/physics/physicsignorejointdefinition/bodyb.md)               | The second body the joint constrains.                                       |
| [worldDrawing](/engine/6000.7/script-reference/unity/u2d/physics/physicsignorejointdefinition/worlddrawing.md) | Controls whether this joint is automatically drawn when the world is drawn. |

## Static Properties

| Property                                                                                                                 | Description                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| [defaultDefinition](/engine/6000.7/script-reference/unity/u2d/physics/physicsignorejointdefinition/defaultdefinition.md) | Create a default [PhysicsIgnoreJoint](/engine/6000.7/script-reference/unity/u2d/physics/physicsignorejoint.md) definition. |
