Click or drag to resize
CompoundEntitiesTEntityFilter Delegate
Delegate for AllowEntity property.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate bool EntityFilter(
	int entityId,
	T entity
)

Parameters

entityId
Type: SystemInt32
Id of entity that wants to be added.
entity
Type: T
Entity that wants to be added.

Return Value

Type: Boolean
True if the entity should be added; otherwise, false.
See Also