EntitySourceViewport
semagrams.EntitySourceViewport
class EntitySourceViewport[A](state: Signal[A], entitySources: Seq[EntitySource[A]]) extends Viewport
A basic implementation of Viewport that extracts entities using a sequence
of EntitySourcess from a signal of type A
.
Later elements of entitySources
have access to the entities, sprites and
acsets extracted by previous elements.
Attributes
- Graph
- Supertypes