enum PhysicsBodyType : System.Enum

robot_2Generated
code_blocksInput

Description

The PhysicsBodyType enumeration in the Sandbox namespace defines the types of physical bodies that can be used in the physics simulation. This enum is used to specify how a physics body should behave in the simulation, such as whether it is static, keyframed, or dynamic.

Members

Fields

Member Name Summary
Static A static body that does not move and is not affected by forces or collisions.
Keyframed A keyframed body that can be moved manually but is not affected by forces.
Dynamic A dynamic body that is fully simulated and affected by forces and collisions.