Play
7/14/25Less than 1 minute
VideoPlayer.Play()
Starts playback.
Usage
---@type VideoPlayer
local videoplayer;
videoplayer.Play()
Extra Detail
nitiates the preparation if not already done, in which case the playback will not start instantly.
Starts playback.
---@type VideoPlayer
local videoplayer;
videoplayer.Play()
nitiates the preparation if not already done, in which case the playback will not start instantly.