eDriven Framework API
Returns a string representation of the object hierarchy

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

Parameters
- gameObject (GameObject)
- The object to get the hierarchy for
- delimiter (String)
- Delimiter for a string concatenation

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