Class CinemachineCameraOffset
An add-on module for Cm Camera that adds a final offset to the camera
Inheritance
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
[AddComponentMenu("Cinemachine/Procedural/Extensions/Cinemachine Camera Offset")]
[ExecuteAlways]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.cinemachine@3.0/manual/CinemachineCameraOffset.html")]
public class CinemachineCameraOffset : CinemachineExtension
Fields
Name | Description |
---|---|
Apply |
When to apply the offset |
Offset | Offset the camera's position by this much (camera space) |
Preserve |
If applying offset after aim, re-adjust the aim to preserve the screen position of the LookAt target as much as possible |
Methods
Name | Description |
---|---|
Post |
Applies the specified offset to the camera state |