# Sandbox.TextRenderer.BillboardMode

Controls how the text orients itself toward the camera.

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Always`](/api/Sandbox.TextRenderer.BillboardMode/Always): The text fully rotates to face the camera, so it's always readable.
- [`None`](/api/Sandbox.TextRenderer.BillboardMode/None): The text uses its own world rotation.
- [`YOnly`](/api/Sandbox.TextRenderer.BillboardMode/YOnly): The text rotates around the vertical axis only, facing the camera while staying upright.
