Method Create
Create(PlayableGraph, double, DirectorWrapMode)
Creates and initializes a ScriptPlayable with a TimeNotificationBehaviour.
선언
public static ScriptPlayable<TimeNotificationBehaviour> Create(PlayableGraph graph, double duration, DirectorWrapMode loopMode)
파라미터
타입 | 이름 | 설명 |
---|---|---|
PlayableGraph | graph | The playable graph. |
double | duration | The duration of the playable. |
DirectorWrapMode | loopMode | The loop mode of the playable. |
반환
타입 | 설명 |
---|---|
ScriptPlayable<TimeNotificationBehaviour> | A new TimeNotificationBehaviour linked to the PlayableGraph. |