# Text Display

"Text Display" is a Special Virtual Object that allows a user to be able to display a Text in the simulation.&#x20;

To add a custom text display, search for “TextDisplay” in the virtual object search panel. Add these customizable attributes and change to according to what you need

Customizable Attributes:

“Text”: (String) value of the display text&#x20;

“Color”: (Integer) pick a number correspond to the text color you want

* 0: white
* 1: black
* 2: red
* 3: green
* 4: blue
* 5: yellow
* 6: cyan
* 7: magenta

“BackgroundColor”: (Integer) pick a number correspond to the background color you want

* 0: white
* 1: black
* 2: red
* 3: green
* 4: blue
* 5: yellow
* 6: cyan
* 7: magenta
