Augmented Labs

Generator

Generates child objects over time

The generator component spawns child objects based on its configuration.

Properties

Generator component properties

Period

Sets the interval between each generated child object, in seconds.

Spawn at start

If enabled, the first child object is spawned when the simulation starts.

Generation behavior

If a generator has more than one child, the child that spawns is chosen at random.

Signals

The generator component provides signals for you to use when programming your simulation.

Inputs

There are two different outputs:

  • state: the on/off state of the generator
  • generate: generates a child component on a rising edge (OFF -> ON)

On this page