PhysicsMaterial.absorbent

If true, subtracts the bounciness from the colliding object's bounciness instead of adding it.

  1. bool absorbent [@property getter]
  2. bool absorbent [@property setter]
    struct PhysicsMaterial
    @nogc nothrow @property
    void
    absorbent
    (
    bool v
    )

Meta