clip
The clip being played by the VideoPlayer.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public VideoClip clip { get; set; }
Remarks
The VideoPlayer may reference both a clip and a URL at the same time. The last one that was set takes precedence. Setting this to will stop any currently prepared playback.
nullNote: Not supported on WebGL. Only VideoPlayer.url is supported on this platform.