# Property

In a broader sense, Property can refer to any data associated with an object or asset in Reality 5.4 SP1. Anything from an actor's position and rotation to a texture's file path can be considered as property.

<div align="left"><figure><img src="/files/rbfJmHRPv7icHlYSmENU" alt=""><figcaption><p>Properties</p></figcaption></figure></div>

<table><thead><tr><th>Property Name</th><th>Data Type</th><th data-hidden>Data Type</th><th data-hidden data-type="number">Number</th></tr></thead><tbody><tr><td>CycloramaColor</td><td>vec4</td><td>File Path</td><td>1</td></tr><tr><td>ShowOriginMarker</td><td>bool</td><td>vec2</td><td>2</td></tr><tr><td>LeftWingAngle</td><td>float</td><td>float</td><td>3</td></tr><tr><td>OriginPreset</td><td>string</td><td></td><td>4</td></tr><tr><td>Position</td><td>vec3</td><td></td><td>null</td></tr><tr><td>Custom Cyclorama Path</td><td>string</td><td></td><td>null</td></tr></tbody></table>

In Reality Hub, various properties are visualized, as illustrated above:&#x20;

| Representation                                          | User Interface Item                                             |
| ------------------------------------------------------- | --------------------------------------------------------------- |
| <mark style="color:red;">**`Sensor Width (mm)`**</mark> | <img src="/files/bIO6IALbGsb5jw0x8au5" alt="" data-size="line"> |

In the documentation, Properties are highlighted with red, as illustrated above.&#x20;


---

# 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://zerodensitydocumentation.gitbook.io/docs/reality-5.4-sp1/reality-5.4-sp1/user-guide/nodegraph-actions/nodegraph/node-details-panel/property.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.
