module Entitas::System

Overview

This is the base interface for all systems. It's not meant to be implemented. Use Systems::InitializeSystem, Systems::ExecuteSystem, Systems::CleanupSystem or Systems::TearDownSystem.

Direct including types

Defined in:

entitas.cr
entitas/system.cr

Instance Method Summary

Instance Method Detail

def to_json(json : JSON::Builder) #

[View source]