docs.unity3d.com
    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
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023