Cinemachine
![]() | CinemachineCollider Fields |
The CinemachineCollider type exposes the following members.

Name | Description | |
---|---|---|
![]() | m_AvoidObstacles |
When enabled, will attempt to resolve situations where the line of sight to the
target is blocked by an obstacle
|
![]() | m_CameraRadius |
Camera will try to maintain this distance from any obstacle.
Increase this value if you are seeing inside obstacles due to a large
FOV on the camera.
|
![]() | m_CollideAgainst | The Unity layer mask against which the collider will raycast. |
![]() | m_Damping |
The gradualness of collision resolution. Higher numbers will move the
camera more gradually away from obstructions.
|
![]() | m_DistanceLimit |
The raycast distance to test for when checking if the line of sight to this camera's target is clear.
|
![]() | m_MaximumEffort |
Upper limit on how many obstacle hits to process. Higher numbers may impact performance.
In most environments, 4 is enough.
|
![]() | m_MinimumDistanceFromTarget | Obstacles closer to the target than this will not be seen |
![]() | m_OptimalTargetDistance | If greater than zero, a higher score will be given to shots when the target is closer to
this distance. Set this to zero to disable this feature |
![]() | m_Strategy | The way in which the Collider will attempt to preserve sight of the target. |
