docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineImpulseManager.ImpulseEvent.DissipationMode

    How the signal dissipates with distance.

    Namespace: Cinemachine
    Syntax
    public enum DissipationMode

    Fields

    Name Description Value
    LinearDecay

    Simple linear interpolation to zero over the dissipation distance.


    0
    SoftDecay

    Ease-in-ease-out dissipation over the dissipation distance.


    1
    ExponentialDecay

    Half-life decay, hard out from full and ease into 0 over the dissipation distance.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 8, 2023