Click or drag to resize
CompoundEntitiesT Constructor
Constructor.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CompoundEntities(
	EntityManager entityManager
)

Parameters

entityManager
Type: Slash.ECS.ComponentsEntityManager
Entity manager.
See Also