CinemachineCollider.m_MaximumEffort Field

Cinemachine

CinemachineColliderm_MaximumEffort Field

Upper limit on how many obstacle hits to process. Higher numbers may impact performance. In most environments, 4 is enough.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[RangeAttribute(1f, 10f)]
[TooltipAttribute("Upper limit on how many obstacle hits to process.  Higher numbers may impact performance.  In most environments, 4 is enough.")]
public int m_MaximumEffort
var m_MaximumEffort

Field Value

Type: Int32
See Also