DirectorWrapMode
Wrap mode for Playables.
Unity DirectorWrapMode
Elements
Element | Description |
---|---|
DirectorWrapMode.Hold | Hold the last frame when the playable time reaches it's duration. |
DirectorWrapMode.Loop | Loop back to zero time and continue playing. |
DirectorWrapMode.None | Do not keep playing when the time reaches the duration. |