Click or drag to resize

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
C#
public static string GetHeirarchyPath(
	Transform transform
)

Parameters

transform
Type: Transform
The transform.

Return Value

Type: String
The path in the hierarchy.
See Also