enum PhysicsMotionType : System.Enum

robot_2Generated
code_blocksInput

Description

The PhysicsMotionType enum in the Sandbox namespace represents the motion type of a PhysicsBody. It defines how a physics body behaves in the simulation, whether it is dynamic, static, keyframed, or invalid.

Members

Fields

Member NameSummary
InvalidInvalid type.
DynamicPhysically simulated body.
StaticCannot move at all.
KeyframedNo physics simulation, but can be moved via setting position/rotation.