Finds all entities of a given type.

Declaration Syntax
public static IList<TEntity> Find<TEntity>() where TEntity : Entity
Public Shared Function Find(Of TEntity As Entity) As IList(Of TEntity)

Generic Template Parameters

Return Value
A collection of entities of a given type.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)