docs.unity3d.com
    Show / Hide Table of Contents

    Enum EventPropagations

    Event propagation flags.

    Namespace: Unity.AppUI.UI
    Syntax
    [Flags]
    public enum EventPropagations

    Fields

    Name Description Value
    None

    Default propagation flags.


    0
    Bubbles

    Event bubbles up the hierarchy.


    1
    TricklesDown

    Event trickles down the hierarchy.


    2
    Cancellable

    Event can be cancelled.


    4
    SkipDisabledElements

    Skip disabled elements.


    8
    IgnoreCompositeRoots

    Ignore composite roots.


    16
    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