Class TimeNotificationBehaviour
Use this PlayableBehaviour to send notifications at a given time.
Inherited Members
Namespace: UnityEngine .Timeline
Assembly: solution.dll
Syntax
public class TimeNotificationBehaviour : PlayableBehaviour, IPlayableBehaviour, ICloneable
Properties
Name | Description |
---|---|
time |
Sets an optional Playable that provides duration and Wrap mode information. |
Methods
Name | Description |
---|---|
Add |
Adds a notification to be sent with flags, at a specific time. |
Create(Playable |
Creates and initializes a ScriptPlayable with a TimeNotificationBehaviour. |
On |
This method is called when the Playable play state is changed to PlayState.Paused |
On |
This method is called when the PlayableGraph that owns this PlayableBehaviour starts. |
Prepare |
This method is called during the PrepareFrame phase of the PlayableGraph. |