aztecs-0.8.0: A modular game engine and Entity-Component-System (ECS) for Haskell.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aztecs.ECS.Query.Class

Synopsis

Documentation

class ArrowQueryReader arr => ArrowQuery arr where Source #

Arrow for queries that can update entities.

Methods

set :: Component a => arr a a Source #

Set a Component by its type.

Instances

Instances details
ArrowQuery Query Source # 
Instance details

Defined in Aztecs.ECS.Query

Methods

set :: Component a => Query a a Source #