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

Name | Description | |
---|---|---|
![]() | CinemachineGUIDebuggerCallback | This is deprecated. It is here to support the soon-to-be-removed
Cinemachine Debugger in the Editor. (Inherited from CinemachineVirtualCameraBase.) |
![]() | m_ExcludedPropertiesInInspector | Inspector control - Use for hiding sections of the Inspector UI. (Inherited from CinemachineVirtualCameraBase.) |
![]() | m_LockStageInInspector | Inspector control - Use for enabling sections of the Inspector UI. (Inherited from CinemachineVirtualCameraBase.) |
![]() | m_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.) |
![]() | m_Weight0 | Weight of the first tracked camera |
![]() | m_Weight1 | Weight of the second tracked camera |
![]() | m_Weight2 | Weight of the third tracked camera |
![]() | m_Weight3 | Weight of the fourth tracked camera |
![]() | m_Weight4 | Weight of the fifth tracked camera |
![]() | m_Weight5 | Weight of the sixth tracked camera |
![]() | m_Weight6 | Weight of the seventh tracked camera |
![]() | m_Weight7 | Weight of the eighth tracked camera |
![]() ![]() | MaxCameras | The maximum number of tracked cameras. If you want to add
more cameras, do it here in the source code, and be sure to add the
extra member variables and to make the appropriate changes in
GetWeight() and SetWeight().
The inspector will figure itself out based on this value. |
![]() | OnPostPipelineStage |
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.) |
