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