Class CinemachineDollyCart
This is a deprecated component. Use CinemachineSplineCart instead.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
[Obsolete("CinemachineDollyCart has been deprecated. Use CinemachineSplineCart instead.")]
[ExecuteAlways]
[DisallowMultipleComponent]
[AddComponentMenu("")]
public class CinemachineDollyCart : MonoBehaviour
Fields
Name | Description |
---|---|
m_Path | The path to follow |
m_Position | The cart's current position on the path, in distance units |
m_Position |
How to interpret the Path Position |
m_Speed | Move the cart with this speed |
m_Update |
When to move the cart, if Velocity is non-zero |