CinemachineFreeLook Fields

Cinemachine

CinemachineFreeLook Fields

The CinemachineFreeLook type exposes the following members.

Fields
  NameDescription
Public fieldCinemachineGUIDebuggerCallback
This is deprecated. It is here to support the soon-to-be-removed Cinemachine Debugger in the Editor.
(Inherited from CinemachineVirtualCameraBase.)
Public fieldStatic memberCreateRigOverride
Override component pipeline creation. This needs to be done by the editor to support Undo. The override must do exactly the same thing as the CreatePipeline method in this class.
Public fieldStatic memberDestroyRigOverride
Override component pipeline destruction. This needs to be done by the editor to support Undo.
Public fieldm_BindingMode
The coordinate space to use when interpreting the offset from the target
Public fieldm_CommonLens
If enabled, this lens setting will apply to all three child rigs, otherwise the child rig lens settings will be used
Public fieldm_ExcludedPropertiesInInspector
Inspector control - Use for hiding sections of the Inspector UI.
(Inherited from CinemachineVirtualCameraBase.)
Public fieldm_Follow
Object for the camera children wants to move with (the body target)
Public fieldm_Heading
The definition of Forward. Camera will follow behind
Public fieldm_Lens
Specifies the lens properties of this Virtual Camera. This generally mirrors the Unity Camera's lens settings, and will be used to drive the Unity camera when the vcam is active
Public fieldm_LockStageInInspector
Inspector control - Use for enabling sections of the Inspector UI.
(Inherited from CinemachineVirtualCameraBase.)
Public fieldm_LookAt
Object for the camera children to look at (the aim target)
Public fieldm_Orbits
The radius and height of the three orbiting rigs
Public fieldm_Priority
The priority will determine which camera becomes active based on the state of other cameras and this camera. Higher numbers have greater priority.
(Inherited from CinemachineVirtualCameraBase.)
Public fieldm_RecenterToTargetHeading
Controls how automatic recentering of the X axis is accomplished
Public fieldm_SplineCurvature
Public fieldm_XAxis
The Horizontal axis. Value is 0..359. This is passed on to the rigs' OrbitalTransposer component
Public fieldm_YAxis
The Vertical axis. Value is 0..1. Chooses how to blend the child rigs
Protected fieldOnPostPipelineStage
A delegate to hook into the state calculation pipeline. Implementaion must be sure to call this after each pipeline stage, to allow other services to hook into the pipeline. See CinemachineCore.Stage.
(Inherited from CinemachineVirtualCameraBase.)
Top
See Also