EntityWorld.GetEntityByName(string) Method
Definition¶
Namespace: Brine2D.ECS
public Brine2D.ECS.Entity? GetEntityByName(string name);
Parameters¶
name System.String
Implements GetEntityByName(string)
Returns¶
Remarks¶
O(n); avoid in hot paths. Prefer ID-based lookup via Brine2D.ECS.EntityWorld.GetEntityById(System.Int64).