VideoPlayer.Pause()
Pauses the playback and leaves the current time intact.
Usage
---@type VideoPlayer
local videoplayer;
videoplayer.Pause()
Pauses the playback and leaves the current time intact.
---@type VideoPlayer
local videoplayer;
videoplayer.Pause()