Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, VideoClip, bool)

Creates a VideoClipPlayable in the PlayableGraph.
Read time 1 minuteLast updated 11 days ago

Definition

public static VideoClipPlayable Create(PlayableGraph graph, VideoClip clip, bool looping)

Parameters

The PlayableGraph object that will own the VideoClipPlayable.

VideoClip used to produce textures in the PlayableGraph.

looping

Indicates if VideoClip loops when it reaches the end.

Returns

Type

Description

VideoClipPlayableA VideoClipPlayable linked to the PlayableGraph.