Class TimeNotificationBehaviour
Use this PlayableBehaviour to send notifications at a given time.
상속된 멤버
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
public class TimeNotificationBehaviour : PlayableBehaviour, IPlayableBehaviour, ICloneable
프로퍼티
| 이름 | 설명 |
|---|---|
| timeSource | Sets an optional Playable that provides duration and Wrap mode information. |
메서드
| 이름 | 설명 |
|---|---|
| AddNotification(double, INotification, NotificationFlags) | Adds a notification to be sent with flags, at a specific time. |
| Create(PlayableGraph, double, DirectorWrapMode) | Creates and initializes a ScriptPlayable with a TimeNotificationBehaviour. |
| OnBehaviourPause(Playable, FrameData) | This method is called when the Playable play state is changed to PlayState.Paused |
| OnGraphStart(Playable) | This method is called when the PlayableGraph that owns this PlayableBehaviour starts. |
| PrepareFrame(Playable, FrameData) | This method is called during the PrepareFrame phase of the PlayableGraph. |