The type of entity to search for
GetEntity<T> Method (IBaseSceneEntity)
Gets the first child entity of type T
Syntax
T GetEntity<T>()
where T: IBaseSceneEntity

Type Parameters

T
The type of entity to search for

Return Value

The entity instance, or default{T}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also