struct Entitas::Events::OnEntityRemoved
- Entitas::Events::OnEntityRemoved
- Struct
- Value
- Object
Defined in:
entitas/events.crConstructors
Instance Method Summary
- #component : Union(Entitas::IComponent, Nil)
- #entity : IEntity
- #group : IGroup
- #index : Int32
- #to_s(io)
Constructor Detail
def self.new(group : IGroup, entity : IEntity, index : Int32, component : Union(Entitas::IComponent, Nil))
#