EntityStore.OnScriptRemoved.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityStore

EntityStore.OnScriptRemoved Event

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

public event Action<ScriptChanged> OnScriptRemoved;

Event Type

System.Action<ScriptChanged>

Contents

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