This version of Unity is unsupported.

DirectorWrapMode

enumeration

Description

Wrap mode for Playables.

Properties

HoldHold the last frame when the playable time reaches it's duration.
LoopLoop back to zero time and continue playing.
NoneDo not keep playing when the time reaches the duration.