Click or drag to resize
EntityManagerEntityIsInactive Method
Checks whether the entity with the specified id is inactive.

Namespace: Slash.ECS.Components
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public bool EntityIsInactive(
	int id
)

Parameters

id
Type: SystemInt32
Id of the entity to check.

Return Value

Type: Boolean
true, if the entity is inactive, and false otherwise.
See Also