Method GetRootParentTransform
GetRootParentTransform(Transform)
Recursively finds the root parent of a Transform
Declaration
public static Transform GetRootParentTransform(Transform transform)
Parameters
Type | Name | Description |
---|---|---|
Transform | transform | The current Transform we are inspecting for a parent |
Returns
Type | Description |
---|---|
Transform | the root parent for the first Transform passed into the method |