Skip to content

PhetioGroup

PhetioGroup (from scenerystack/tandem) manages a runtime-growing collection of instrumented PhetioObjects (for example particles created during a sim) so PhET-iO can name them and recreate them on state restore.

Ordinary SceneryStack apps should not use this. Prefer a plain array or ObservableArray for dynamic model elements. Background: PhET-iO and Instrumentation.