docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineImpulseDefinition.ImpulseTypes

    This enum represents the various ways an impulse can travel through space

    Namespace: Cinemachine
    Syntax
    public enum ImpulseTypes

    Fields

    Name Description Value
    Uniform

    The impulse is felt equally everywhere in space, at the same time


    0
    Dissipating

    The impulse is felt only within a specified radius, and its strength weakens for listeners that are farther away


    1
    Propagating

    The impulse is felt only within a specified radius, and its strength weakens for listeners that are farther away. Also, the impulse travels outwardly from the impact point, at a specified velocity, similar to a sound wave.


    2
    Legacy

    Back-compatibility mode for older projects. It's recommended to use one of the other impulse types, if possible.


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