BaseSystem.Enabled.md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Systems.BaseSystem
BaseSystem.Enabled Property
If true the system is executed when calling Update(UpdateTick)
public bool Enabled { get; set; }
May 21, 2024 ยท View on GitHub
If true the system is executed when calling Update(UpdateTick)
public bool Enabled { get; set; }