physics.rigid.damp_mode
Client
Enumeration of modes controlling how a rigid body's damping combines with project defaults
Values
| Constant | Description |
|---|---|
physics.rigid.damp_mode.COMBINE | Damping is combined with the value defined in the default project physics settings |
physics.rigid.damp_mode.REPLACE | Damping entirely replaces the value defined in the default project physics settings |
Examples
core.engine.print("info", physics.rigid.damp_mode.REPLACE)