Unity Engine documentationScript ReferenceUnityEngineUnityEngine.PlayablesDirectorWrapModeWrap mode for Playable s.Read time 1 minuteLast updated 6 days agoDefinition Type: Enum Namespace: UnityEngine.Playables Assembly: UnityEngine.CoreModule public enum DirectorWrapMode Fields ValueDescriptionHoldHold 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.