EntityWorld.GetEntityByName(string) Method
Definition
Namespace: Brine2D.ECS
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\).