Enum CinemachineOrbitalFollow.ReferenceFrames
Defines the reference frame in which horizontal recentering is done.
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public enum CinemachineOrbitalFollow.ReferenceFrames
Fields
Name | Description |
---|---|
AxisCenter | Static reference frame. Axis center value is not dynamically updated. |
LookAtTarget | Axis center is dynamically adjusted to be behind the LookAt Target's forward. |
ParentObject | Axis center is dynamically adjusted to be behind the parent object's forward. |
TrackingTarget | Axis center is dynamically adjusted to be behind the Tracking Target's forward. |