TransformUtilsGetHeirarchyPath Method |
Returns the string path of the transform in the hierarchy, i.g. "GameObject/ChildGameObject".
Namespace:
TouchScript.Utils
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static string GetHeirarchyPath(
Transform transform
)
Parameters
- transform
- Type: Transform
The transform.
Return Value
Type:
StringThe path in the hierarchy.
See Also