Manual Creator

The manual creator component is a subclass of the creator component which duplicates the entity, its descendants and any components on a rising edge, when active changes from false to true. Please see the API documentation for more details on how to use the manual creator component with scripting.

You can create an entity programmatically using the manual creator component by calling the trigger() method through scripting.

Properties

The manual creator component properties that are accessible through the inspector.

Active

The active property duplicates the entity on a rising edge.

Display

The display method determines how the entity with the manual creator component should be displayed when the simulation is running. It is one of the following:

  • None: The entity is hidden.
  • Standard: The entity is displayed.
  • Highlighted: The entity is displayed and highlighted.