Class CinemachineRecomposer
An add-on module for Cm Camera that adds a final tweak to the camera composition. It is intended for use in a Timeline context, where you want to hand-adjust the output of procedural or recorded camera aiming.
Inheritance
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
[AddComponentMenu("Cinemachine/Procedural/Extensions/Cinemachine Recomposer")]
[ExecuteAlways]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.cinemachine@3.0/manual/CinemachineRecomposer.html")]
public class CinemachineRecomposer : CinemachineExtension
Fields
Name | Description |
---|---|
Apply |
When to apply the adjustment |
Dutch | Roll the camera by this much |
Follow |
Lowering this value relaxes the camera's attention to the Follow target (normal = 1) |
Look |
Lowering this value relaxes the camera's attention to the LookAt target (normal = 1) |
Pan | Pan the camera by this much |
Tilt | Tilt the camera by this much |
Zoom |
Scale the zoom by this amount (normal = 1) |
Methods
Name | Description |
---|---|
Post |
Callback to tweak the settings |
Pre |
Callback to set the target attachment |