# HMI Marker

HMI-Marker are used to visualize the state of a signal. They have to be within the "Worldspace"-Section of a tab.

<figure><img src="/files/C9ijQCkeoPm7QJFRTdl3" alt=""><figcaption></figcaption></figure>

The current prefab provides a simple cube as a marker object. But it is possible to customize this with a own mesh elements. The structure of the marker includes currently a game object "Icon" to map a user defined icon on the marker object.

<figure><img src="/files/SaiqyHJwW5DkLabO8dAi" alt=""><figcaption></figcaption></figure>

## Properties

<div align="left"><figure><img src="/files/KhpZQU73A939wby9blGw" alt=""><figcaption></figcaption></figure></div>

* Color On: Material which is active when the connected signal is high
* `Color Off:` Material which is active when the connected signal is low
* `ObjectTracking`: boolean wether the value object is placed next to a game object within the scene or not
* `TrackedObject`: game object within the scene which position is used to place the HMI value information
* `Offset` : Offset position to the object in up direction.
* `EnableGameObjectOnSignalTrue:` sets the defined game object active if the signal value is true
* `EnableGameObjectOnSignalFalse:` sets the defined game object active if the signal value is false
* `Signal Bool:` signal whose values are indicated by the marker


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.realvirtual.io/components-and-scripts/scene-interaction/hmi-components-pro/hmi-marker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
