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: Unity.Cinemachine.dll
Syntax
public interface CinemachineFreeLookModifier.IModifierValueSource
Properties
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.
Declaration
float NormalizedModifierValue { get; }
Property Value
Type | Description |
---|---|
float |