class Glove::EntityCollection
- Glove::EntityCollection
- Reference
- Object
Overview
Listens to changes in cursor position and sets inside/outside.
Included Modules
- Enumerable(Glove::Entity)
Defined in:
components/camera.crcomponents/color.cr
components/cursor_tracking.cr
components/parallax.cr
components/texture.cr
components/transform.cr
components/z.cr
entity_collection.cr
Constructors
Instance Method Summary
- #<<(entity)
- #all_with_component(klass : Glove::Components::Camera.class)
- #all_with_component(klass : Glove::Components::Color.class)
- #all_with_component(klass : Glove::Components::CursorTracking.class)
- #all_with_component(klass : Glove::Components::Parallax.class)
- #all_with_component(klass : Glove::Components::Texture.class)
- #all_with_component(klass : Glove::Components::Transform.class)
- #all_with_component(klass : Glove::Components::Z.class)
-
#each(&)
Must yield this collection's elements to the block.
- #remove_dead
- #unwrap : Array(Glove::Entity)
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Glove::Entity)
Must yield this collection's elements to the block.