ControlClipOptions: {
    controlActivation?: boolean;
    duration: number;
    start?: number;
    updateDirector?: boolean;
}

Options for a control clip in the timeline builder

Type declaration

  • OptionalcontrolActivation?: boolean

    Whether to control the activation of the source object (default: true)

  • duration: number

    Duration of the clip in seconds (required)

  • Optionalstart?: number

    Start time of the clip in seconds. If omitted, placed after the previous clip on this track.

  • OptionalupdateDirector?: boolean

    Whether to update a nested PlayableDirector on the source object (default: true)