eDriven Framework API
Stringify Method (hierarchy, delimiter)
NamespaceseDriven.Core.UtilGameObjectUtilStringify(List<(Of <<'(GameObject>)>>), String)
eDriven Framework API
Returns the hierarchy (path) to the supplied GameObject
Declaration Syntax
C#Visual BasicVisual C++
public static string Stringify(
	List<GameObject> hierarchy,
	string delimiter
)
Public Shared Function Stringify ( _
	hierarchy As List(Of GameObject), _
	delimiter As String _
) As String
public:
static String^ Stringify(
	List<GameObject^>^ hierarchy, 
	String^ delimiter
)
Parameters
hierarchy (List<(Of <(<'GameObject>)>)>)
delimiter (String)
Return Value

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