Aztecs.ECS.World.Bundle.Class
class Monoid a => MonoidBundle a where Source #
Monoid bundle of components.
Methods
bundle :: forall c. Component c => c -> a Source #
Add a component to the bundle.
Defined in Aztecs.ECS.World.Bundle
bundle :: Component c => c -> Bundle Source #