class

Fast::ECS::System

Inherits Reference < Object

Instance methods

add_engine(engine : Engine)
Source
delta_time(*args, **options)
Source
delta_time(*args, **options, &)
Source
destroy

clean up before system shutdown, engine should call this before removing system

Source
engine
Source
start

init stuff, engine should run this when system right after system is added

Source
update

NOTE: called once per tick. DeltaTime can be extracted from the engine reference

Source