docs.unity.cn
    Show / Hide Table of Contents

    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
    Syntax
    public interface 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
    Single
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Saturday, May 6, 2023