# GetOwner()

> Get the owner object associated with this body as specified using PhysicsBody.SetOwner.

## Definition

* **Type:** Method
* **Namespace:** [Unity.U2D.Physics](/engine/6000.6/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public Object GetOwner()
```

### Returns

| Type                                                            | Description                                                                        |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [Object](/engine/6000.6/script-reference/unityengine/object.md) | The owner object associated with this body or NULL if no owner has been specified. |
