CinemachineCollider.m_Damping Field

Cinemachine

CinemachineColliderm_Damping Field

The gradualness of collision resolution. Higher numbers will move the camera more gradually away from obstructions.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[RangeAttribute(0f, 10f)]
[TooltipAttribute("The gradualness of collision resolution.  Higher numbers will move the camera more gradually away from obstructions.")]
[FormerlySerializedAsAttribute("m_Smoothing")]
public float m_Damping
var m_Damping

Field Value

Type: Single
See Also