Namespace Cinemachine.Utility
Classes
CinemachineDebug
Manages onscreen positions for Cinemachine debugging output
Damper
Utility to perform realistic damping of float or Vector3 values. The algorithm is based on exponentially decaying the delta until only a negligible amount remains.
HeadingTracker
Tracks an object's velocity with a filter to determine a reasonably steady direction for the object's current trajectory.
PositionPredictor
This is a utility class to implement position predicting.
ReflectionHelpers
An ad-hoc collection of helpers for reflection, used by Cinemachine or its editor tools in various places
SplineHelpers
A collection of utilities relating to Bezier splines
UnityQuaternionExtensions
Extensions to the Quaternion class, usen in various places by Cinemachine
UnityRectExtensions
Ad-hoc xxtentions to the Rect structure, used by Cinemachine
UnityVectorExtensions
Extensions to the Vector3 class, used by Cinemachine
Delegates
CinemachineDebug.OnGUIDelegate
Delegate for OnGUI debugging.
This will be called by the CinemachineBrain in its OnGUI (editor only)