docs.unity.cn
    Show / Hide Table of Contents

    Enum NotificationFlags

    Use these flags to specify the notification behaviour.

    Namespace: UnityEngine.Timeline
    Syntax
    [Flags]
    [Serializable]
    public enum NotificationFlags : short

    Fields

    Name Description Value
    TriggerInEditMode

    Use this flag to send the notification in Edit Mode.


    Sent on discontinuous jumps in time.

    1
    Retroactive

    Use this flag to send the notification if playback starts after the notification time.


    2
    TriggerOnce

    Use this flag to send the notification only once when looping.


    4
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023