Enum NotificationFlags
Use these flags to specify the notification behaviour.
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
[Flags]
[Serializable]
public enum NotificationFlags : short
필드
| 이름 | 설명 |
|---|---|
| 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. |