# bodyType

> The physical behaviour type of the Rigidbody2D.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public RigidbodyType2D bodyType { get; set; }
```

### Remarks

Additional Resources: [RigidbodyType2D](/engine/6000.0/script-reference/unityengine/rigidbodytype2d.md).
