# GetOwner()

> Get the owner object associated with this joint as specified using PhysicsJoint.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 joint or NULL if no owner has been specified. |
