module FelECS::Stage
Stores Scenes
you add to it which you want to execute on each frame. When called upon will execute all Systems
in the Scenes
in the Stage
and will execute them according to their priority order.
Attributes
scenes[W]
Allows clearing of scenes and systems. Used internally by FelECS
and shouldn’t need to be ever used by developers @!visibility private
Public Class Methods
add(*scenes_to_add)
click to toggle source
call()
click to toggle source
clear()
click to toggle source
remove(*scenes_to_remove)
click to toggle source