For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated