| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Aztecs.ECS.W
Documentation
data W (m :: Type -> Type) c Source #
Read-write Queryable component access.
Instances
| (PrimMonad m, PrimState m ~ s, Lookup (ComponentStorage m a a) (WorldComponents m cs), Storage m (ComponentStorage m a)) => Queryable (AztecsT cs m) (W (Commands (AztecsT cs) m) a) Source # | |||||
Defined in Aztecs.Internal Associated Types
| |||||
| (PrimMonad m, PrimState m ~ s, Lookup (ComponentStorage m a a) (WorldComponents m cs), Storage m (ComponentStorage m a)) => Queryable (AztecsT cs m) (W (AztecsT cs m) a) Source # | |||||
Defined in Aztecs.Internal Associated Types
| |||||
| type QueryableAccess (W (Commands (AztecsT cs) m) a) Source # | |||||
Defined in Aztecs.Internal | |||||
| type QueryableAccess (W (AztecsT cs m) a) Source # | |||||
Defined in Aztecs.Internal | |||||