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: Cinemachine
Assembly: solution.dll
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[AddComponentMenu("")]
public class CinemachineSameAsFollowTarget : CinemachineComponentBase
Fields
Name | Description |
---|---|
m_Damping | How much time it takes for the aim to catch up to the target's rotation |
Properties
Name | Description |
---|---|
IsValid | 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 |
---|---|
GetMaxDampTime() | Report maximum damping time needed for this component. |
MutateCameraState(ref CameraState, float) | Orients the camera to match the Follow target's orientation |