struct Entitas::Events::OnComponentAdded

Defined in:

entitas/events.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entity : IEntity, index : Int32, component : Entitas::IComponent) #

[View source]

Instance Method Detail

def component : Entitas::IComponent #

def entity : IEntity #

def index : Int32 #

def to_s(io) #

[View source]