physics.rigid.damp_mode

Client

Enumeration of modes controlling how a rigid body's damping combines with project defaults


Values

ConstantDescription
physics.rigid.damp_mode.COMBINEDamping is combined with the value defined in the default project physics settings
physics.rigid.damp_mode.REPLACEDamping entirely replaces the value defined in the default project physics settings

Examples

Reference the damp mode enum
core.engine.print("info", physics.rigid.damp_mode.REPLACE)

On this page