CinemachineCollider.m_DistanceLimit Field

Cinemachine

CinemachineColliderm_DistanceLimit Field

The raycast distance to test for when checking if the line of sight to this camera's target is clear.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[TooltipAttribute("The maximum raycast distance when checking if the line of sight to this camera's target is clear.  If the setting is 0 or less, the current actual distance to target will be used.")]
[FormerlySerializedAsAttribute("m_LineOfSightFeelerDistance")]
public float m_DistanceLimit
var m_DistanceLimit

Field Value

Type: Single
See Also