Interface CinemachineFreeLookModifier.IModifierValueSource
Interface for CinemachineComponentBase-derived to expose a normalized value that can be consumed by CinemachineFreeLookModifier to drive the rig selection.
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public interface CinemachineFreeLookModifier.IModifierValueSource
Properties
Name | Description |
---|---|
NormalizedModifierValue | This value will be 0 for the middle rig, -1 for the bottom rid, and 1 for the top rig. Values in-between represent a blend between rigs. |