Text component renders a 3D text in the scene.
| Property | Type | Description |
|---|---|---|
| Is Active | Bool | Whether the component is active |
| Position | Vector3 | The position of the text relative to the parent object |
| Rotation | Vector3 | Rotation of the text relative to the parent object |
| Scale | Vector3 | The scaling of an text relative to its parent object |
| Text | String | The text to be rendered |
| Font | Enum | The font of the text |
| Color | Color | Color of the text |
| Spacing | Int | The spacing between the alphabets |
| Thickness | Int | Thickness of the text |
| Outline Color | Color | Color used for text outline effect |
| Outline Thickness | Int | Thickness of the text |
| Facing Camera | Bool | If enabled(True), object automatically rotates to face the player's camera |
Only active during Preview/Play Mode |
None.
None.