enum PhysicsMotionType : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The PhysicsMotionType enum represents the motion type of a PhysicsBody in the Sandbox environment. It defines how a physics body interacts with the physics simulation, determining whether it is static, dynamic, or keyframed.

Members

Fields

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