# GetOwner()

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

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

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

### Returns

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