> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/utils/ovrbillboard.md).

# OvrBillboard

Subclass of UnityEngine.Monobehaviour

### Description

This Component allows for gameobject to be always oriented towards another transform. \
It has two boolean parameters that can be setted: "Only Y" and "Follow Cam". If the first is set, the object will be only rotated on its Y axis. Toggling the former will change the object to track between the camera and a custom transform.

![Ovr Billboard example with Follow Cam set to On](https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/FCqMUBydjSqiVIBqCnvl/image.png)

![Ovr Billboard example with Follow Cam set to Off](https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/5e4IKMufBRGVKvZ2xi1A/image.png)
