Interface CinemachineFreeLookModifier.IModifiablePositionDamping
Interface for CinemachineComponentBase-derived to allow its position damping to be driven.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public interface CinemachineFreeLookModifier.IModifiablePositionDamping
Properties
PositionDamping
Get/Set the position damping value
Declaration
Vector3 PositionDamping { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |