ScriptChangedAction.md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS
ScriptChangedAction Enum
The modification type of a ScriptChanged event: Remove, Add or Replace script.
public enum ScriptChangedAction : System.Byte
Fields
Add 1
A Script was added to an Entity.
Remove 0
A Script was removed from an Entity.
Replace 2
An entity Script was replaced by another script.