class

Entitas::Controller

Inherits Reference / Object

Instance methods

contexts
Source
create_systems(contexts : Contexts)
Source
find_system(klass : Class)
Source
find_systems(klass : Class) : Array(Entitas::System)
Source
reset
Source
start
Source
stats
Source
synchronize(*args, **options)
Source
synchronize(*args, **options, &)
Source
to_json(json : JSON::Builder)
Source
update
Source
with_contexts

Will allow you to interact with the returned Contexts with a Mutex lock preventing #update from being called in another thread

Source