class Ecs::Entity

Overview

Defines an Entity, which can represent any object types and behaviours by attaching Components as needed.

Defined in:

ecs.cr

Instance Method Summary

Instance Method Detail

def component(subclass : Component.class) : Component #

[View source]