Class EntityLane<TEntity>
This class implements the entity lane line which can hold ISpatialGraphEntitys
on sorted list.
Inheritance
System.Object
EntityLane<TEntity>
Namespace: Mars.Components.Environments
Assembly: Mars.Components.dll
Syntax
public class EntityLane<TEntity> : object, IEntityLane<TEntity>, IList<TEntity> where TEntity : ISpatialGraphEntity
Type Parameters
Name | Description |
---|---|
TEntity | The concrete entity type to store on this lane. |
Fields
LaneComparer
The internal implementation for the ISpatialGraphEntitys.
Declaration
public static readonly FuncComparerEqual<TEntity> LaneComparer
Field Value
Type | Description |
---|---|
FuncComparerEqual<TEntity> |
Implements
IList<>