GetOwner()
Get the owner object associated with this joint as specified using PhysicsJoint.SetOwner.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public Object GetOwner()
Returns
Type | Description |
|---|---|
| Object | The owner object associated with this joint or NULL if no owner has been specified. |