Enum NotificationFlags | Package Manager UI website
docs.unity3d.com
    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
    Retroactive

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

    TriggerInEditMode

    Use this flag to send the notification in Edit Mode.

    TriggerOnce

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

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX