SystemChangedAction.md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Systems
SystemChangedAction Enum
The type of SystemChanged event.
See: Remove, Add, Move or Update a system.
public enum SystemChangedAction
Fields
Add 1
Move 2
Remove 0
Update 3