Create(PlayableGraph, VideoClip, bool)
Creates a VideoClipPlayable in the PlayableGraph.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Video
- Assembly: UnityEngine.VideoModule
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.
Returns
Type | Description |
|---|---|
| VideoClipPlayable | A VideoClipPlayable linked to the PlayableGraph. |