GetByDefaultName<T>

T INamed.GetByDefaultName<T>(string name)

Gets the child with the specified type and default name.

Template Parameters

T – The type of the child.

Parameters

name – Default name of the child.

Returns

T – Child with the type and specified default name.

Throws