Skip to content

Visualizer

Drives scene visuals from typed data sources.

Namespace: Jungle.Data Inherits: ControllableComponentMonoBehaviour

Overview

Visualizer hosts a list of IVisualizerEntry items. Each entry watches its own typed data source — an inventory, a DataStorage, … — and projects it onto scene visuals: spawning pooled GameObjects, populating them from data, and arranging them via collection-level visualizers.

Sibling to Setter (which consumes values into sinks) and Reactor (which consumes triggers into operations).

Properties

Property Type Description
entries List<IVisualizerEntry> Visual entries grouped under this Visualizer. Each watches its own data source and drives its own visuals.

See Also