Skip to content

IEntityWorld.GetEntityById(long) Method

Definition

Namespace: Brine2D.ECS

Gets an entity by its unique ID.

Brine2D.ECS.Entity? GetEntityById(long id);

Parameters

id System.Int64

Returns

Entity