Cinemachine
CinemachineTrackedDollyAutoDolly Constructor |
Constructor with specific field values
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public AutoDolly( bool enabled, float positionOffset, int searchRadius, int stepsPerSegment )
Cinemachine.AutoDolly = function(enabled, positionOffset, searchRadius, stepsPerSegment);
Parameters
- enabled
- Type: SystemBoolean
[Missing <param name="enabled"/> documentation for "M:Cinemachine.CinemachineTrackedDolly.AutoDolly.#ctor(System.Boolean,System.Single,System.Int32,System.Int32)"]
- positionOffset
- Type: SystemSingle
[Missing <param name="positionOffset"/> documentation for "M:Cinemachine.CinemachineTrackedDolly.AutoDolly.#ctor(System.Boolean,System.Single,System.Int32,System.Int32)"]
- searchRadius
- Type: SystemInt32
[Missing <param name="searchRadius"/> documentation for "M:Cinemachine.CinemachineTrackedDolly.AutoDolly.#ctor(System.Boolean,System.Single,System.Int32,System.Int32)"]
- stepsPerSegment
- Type: SystemInt32
[Missing <param name="stepsPerSegment"/> documentation for "M:Cinemachine.CinemachineTrackedDolly.AutoDolly.#ctor(System.Boolean,System.Single,System.Int32,System.Int32)"]
See Also