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

Returns

System.Boolean

Contents

  1. 0.1Friflo.Engine.ECS.EntityStore
  2. 1EntityStore.TryGetEntityByPid(long, Entity) Method