> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/monobehaviours/interactable-options/activatable-object.md).

# Activatable Object

## Properties

| Name         | Description                                      |
| ------------ | ------------------------------------------------ |
| Spawn Object | The GameObject that will be enabled or disabled. |

## Dependencies

* An Interactable Monobehavior must be on the same GameObject.
* An Animated Object triggers animations on an Animation Component, so an Animation Component is required.  The Animation Component is linked from a [property](#undefined), so it does not need to be on the exact same GameObject as the Animation Object Monobehaviour.
