Struct SplineAutoDolly
This structure holds the object that implements AutoDolly on a spline.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Serializable]
public struct SplineAutoDolly
Fields
Enabled
If set, will enable AutoDolly on a spline
Declaration
[Tooltip("If set, will enable the selected automatic dolly along the spline")]
public bool Enabled
Field Value
Type | Description |
---|---|
bool |
Method
This is the object that actually implements the AutoDolly
Declaration
[SerializeReference]
public SplineAutoDolly.ISplineAutoDolly Method
Field Value
Type | Description |
---|---|
SplineAutoDolly.ISplineAutoDolly |