GetByPath<T>

T INamed.GetByPath<T>(string path)

Gets the child with the specified type and relative path.

Template Parameters

T – The type of the child.

Parameters

path – Relative path to the child.

Returns

T – Child with the type and specified relative path.

Throws