Click or drag to resize
CompoundEntitiesTGetEntity Method
Returns the entity with the specified id if one exists; otherwise null.

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T GetEntity(
	int entityId
)

Parameters

entityId
Type: SystemInt32
Id of entity to get.

Return Value

Type: T
Returns the entity with the specified id if one exists; otherwise null.
See Also