EntityStore.GetEntityByPid(long).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityStore

EntityStore.GetEntityByPid(long) Method

Return the Entity with the passed entity pid.

public Friflo.Engine.ECS.Entity GetEntityByPid(long pid);

Parameters

pid System.Int64

Returns

Entity

Contents

  1. 0.1Friflo.Engine.ECS.EntityStore
  2. 1EntityStore.GetEntityByPid(long) Method