Class CinemachineSameAsFollowTarget
This is a CinemachineComponent in the Aim section of the component pipeline. Its job is to match the orientation of the Follow target.
Inheritance
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
[AddComponentMenu("Cinemachine/Procedural/Rotation Control/Cinemachine Same As Follow Target")]
[DisallowMultipleComponent]
[CameraPipeline(CinemachineCore.Stage.Aim)]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.cinemachine@3.0/manual/CinemachineSameAsFollowTarget.html")]
public class CinemachineSameAsFollowTarget : CinemachineComponentBase
Fields
Name | Description |
---|---|
Damping | How much time it takes for the aim to catch up to the target's rotation |
Properties
Name | Description |
---|---|
Is |
True if component is enabled and has a Follow target defined |
Stage | Get the Cinemachine Pipeline stage that this component implements. Always returns the Aim stage |
Methods
Name | Description |
---|---|
Get |
Report maximum damping time needed for this component. |
Mutate |
Orients the camera to match the Follow target's orientation |