IStartupSystem
Namespace: Bang.Systems
Assembly: Bang.dll
public abstract IStartupSystem : ISystem
A system only called once when the world starts.
Implements: ISystem
⭐ Methods
Start(Context)
public abstract void Start(Context context)
This is called before any [IUpdateSystem.Update(Bang.Contexts.Context)](../../Bang/Systems/IUpdateSystem.html#update(context) call.
Parameters
context
Context
⚡