Method GetParent
GetParent(GameObject)
Retrieves the direct parent game object, or return null if there is no parent.
Declaration
public static GameObject GetParent(this GameObject gameObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GameObject | gameObject | The game object for which to retrieve the parent. |
Returns
| Type | Description |
|---|---|
| GameObject | The parent game object if it exists. Otherwise, returns null. |