Skip to content

IEntityWorld.EntityCount Property

Definition

Namespace: Brine2D.ECS

Gets the number of entities currently active in the world. Prefer this over Entities.Count when you only need the count, as it avoids accessing the list wrapper.

C#
int EntityCount { get; }

Property Value

System.Int32