eDriven Framework API
Returns a string representation of the object hierarchy with the default delimiter ("/")

Declaration Syntax
public static string HierarchyAsString(
GameObject gameObject
)
Public Shared Function HierarchyAsString ( _
gameObject As GameObject _
) As String
public:
static String^ HierarchyAsString(
GameObject^ gameObject
)

Parameters
- gameObject (GameObject)
- The object to get the hierarchy for

Return Value
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)