Prop

Usage

  • The Prop Building Block is used for objects that you want to enable or disable dynamically.
  • Use it for static elements within your scenario.
  • Combine it with the Workflow if you want to activate or highlight the object later.

With Prop, the entire object (including children) is enabled or disabled.
Use Mesh Renderer if you only want to control the mesh of the object.

Settings

The Prop consists of the following components:

  • On Start
  • Highlight

On Start

Defines the initial state of the object when the scenario starts.

PropertyDescription
HighlightedObject is visually highlighted
EnabledObject is active within the scenario

Highlight

Defines how the object is visually emphasized.

PropertyDescription
Color OverrideOverrides the highlight color
OutlineShow an outline
FillFill the object with color

Actions

The following actions are available:

  • Enable
  • Disable
  • Show Highlight
  • Hide Highlight

Enable

Makes the object active within the scenario.


Disable

Makes the object no longer active.


Show Highlight

Shows the object’s highlight.


Hide Highlight

Hides the object’s highlight.

Reactions

This Building Block has no reactions.

Last updated on