EntityStore.TryGetEntityByPid(long,Entity).md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntityStore
EntityStore.TryGetEntityByPid(long, Entity) Method
Try to return the Entity with the passed entity pid.
public bool TryGetEntityByPid(long pid, out Friflo.Engine.ECS.Entity value);
Parameters
pid System.Int64
value Entity