VideoClipPlayable
An implementation of IPlayable that controls playback of a VideoClip.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Experimental.Video
- Assembly: UnityEngine.VideoModule
- Implements: IPlayable, IEquatable<VideoClipPlayable>
public struct VideoClipPlayable : IPlayable, IEquatable<VideoClipPlayable>
Remarks
NOTE: You can use PlayableExtensions methods with VideoClipPlayable objects.
Static Methods
Method | Description |
|---|---|
| Create | Creates a VideoClipPlayable in the PlayableGraph. |