Click or drag to resize
GameSystemEntityManager Property
Entity manager for this system.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityManager EntityManager { get; set; }

Property Value

Type: EntityManager

Implements

ISystemEntityManager
See Also