CinemachineCollider.ResolutionStrategy Enumeration

Cinemachine

CinemachineColliderResolutionStrategy Enumeration

The way in which the Collider will attempt to preserve sight of the target.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum ResolutionStrategy
Cinemachine.ResolutionStrategy = function();
Cinemachine.ResolutionStrategy.createEnum('Cinemachine.ResolutionStrategy', false);
Members
  Member nameValueDescription
PullCameraForward0Camera will be pulled forward along its Z axis until it is in front of the nearest obstacle
PreserveCameraHeight1In addition to pulling the camera forward, an effort will be made to return the camera to its original height
PreserveCameraDistance2In addition to pulling the camera forward, an effort will be made to return the camera to its original distance from the target
See Also