MobilityMode
Last updated
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.
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