Click or drag to resize
EntityManagerEntityIsBeingRemoved Method
Checks if the entity with the specified id will be removed this frame.

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

Parameters

entityId
Type: SystemInt32
Id of the entity to check.

Return Value

Type: Boolean
true, if the entity with the specified id is about to be removed, and false, otherwise.
See Also