> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/mobilitymode.md).

# MobilityMode

## Overview

MobilityMode is an Enum that defines whether an instance can move. Objects set to Static use pre-computed data to optimize performance, while objects set to Movable can move dynamically at runtime.

## Items

| Name    | Value | Description                                                                                                                                 |
| ------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Static  | 0     | A static object. Its position, rotation, and size do not change, and it optimizes performance by using pre-computed data such as lightmaps. |
| Movable | 1     | A dynamic object. It can move, rotate, and animate, and can be dynamically changed at runtime.                                              |
