EntityStore.OnScriptAdded.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityStore

EntityStore.OnScriptAdded Event

Add / remove an event handler for ScriptChanged events triggered by:
AddScript<TScript>(TScript).

public event Action<ScriptChanged> OnScriptAdded;

Event Type

System.Action<ScriptChanged>

Contents

  1. 0.1Friflo.Engine.ECS.EntityStore
  2. 1EntityStore.OnScriptAdded Event