EntityEventAction.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityEventAction Enum

The type of an entity change in EntityEvent.

public enum EntityEventAction : System.Byte

Fields

Added 1

A component / tag was added

Removed 0

A component / tag was removed

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1EntityEventAction Enum
  3. 1.1Fields