The RigidbodyFlags enumeration in the Sandbox
namespace is used to define various flags that can be applied to a rigidbody component in a game. This enum is marked with the FlagsAttribute
, allowing for bitwise combination of its member values. It is also exposed for use in the editor.