class Entitas::Feature
  
  
    
  
    Defined in:
  
  
    
      
        entitas/feature.cr
      
    
    
  
  
    
  
    Constructors
  
  
  
    
  
    Instance Method Summary
  
  
  
    
  Instance methods inherited from class Entitas::Systems
  
  
    
      <<(sys : Entitas::System)
    <<, 
    
  
    
      activate_reactive_systems : Nil
    activate_reactive_systems, 
    
  
    
      add(sys : Entitas::System) : Systems
    add, 
    
  
    
      cleanup : Nil
    cleanup, 
    
  
    
      clear_reactive_systems
    clear_reactive_systems, 
    
  
    
      deactivate_reactive_systems : Nil
    deactivate_reactive_systems, 
    
  
    
      execute : Nil
    execute, 
    
  
    
      find_system(klass : Class) : Entitas::System | Nil
    find_system, 
    
  
    
      find_systems(klass : Class) : Array(Entitas::System)
    find_systems, 
    
  
    
      init : Nil
    init, 
    
  
    
      tear_down : Nil
    tear_down
    
  
    
    
  
    
  
  
  
    
      tear_down
    tear_down
    
  
    
    
  
    
  Instance methods inherited from module Entitas::System
  
  
    
      to_json(json : JSON::Builder)
    to_json
    
  
    
    
  
    
  
  
  
    
      init
    init
    
  
    
    
  
    
  Instance methods inherited from module Entitas::System
  
  
    
      to_json(json : JSON::Builder)
    to_json
    
  
    
    
  
    
  
  
  
    
      execute
    execute
    
  
    
    
  
    
  Instance methods inherited from module Entitas::System
  
  
    
      to_json(json : JSON::Builder)
    to_json
    
  
    
    
  
    
  
  
  
    
      cleanup
    cleanup
    
  
    
    
  
    
  Instance methods inherited from module Entitas::System
  
  
    
      to_json(json : JSON::Builder)
    to_json
    
  
    
    
  
    
    
    
  
    
    
    
  
 
  
    
  
    Constructor Detail
  
  
    
      
        
        def self.
new(name : String)
        
#
       
      
      
      
     
  
  
    
  
    Instance Method Detail