Get Parent
Return the GameObject that is the parent of the inputted GameObject.
Ports
Inputs
Port Name | Type | Default Value | Description |
---|---|---|---|
[GameObject] | The GameObject we want to use to find it's parent GameObject. |
Outputs
Port Name | Type | Default Value | Description |
---|---|---|---|
[GameObject] | Return the GameObject that is the parent of the selected GameObject. Return Null if none. |