Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


clip

The clip being played by the VideoPlayer.
Read time 1 minuteLast updated 11 days ago

Definition

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
null
will stop any currently prepared playback.
Note: Not supported on WebGL. Only VideoPlayer.url is supported on this platform.