abstract struct ECS::Component

Overview

Component - container for user data without / with small logic inside. All components should be inherited from ECS::Component

Included Modules

Extended Modules

Direct Known Subclasses

Defined in:

myecs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]