API
Flightpath.new
Instantiates a new Flightpath object.
Properties
Flightpath.Video
The current active video
Flightpath.Fps
The frame per seconds for the video
Flightpath.Looped
Whether the video will loop or not once it goes through all frames
Flightpath.Playing
Video is playing
Flightpath.TimeLength
Read Only
This property is read only.
The time in seconds of the video
Flightpath.TimePosition
Read Only
This property is read only.
The time the video is current in
Methods
Flightpath:Play()
Plays the current video from the start
Flightpath:Pause()
Pauses the video at its current frame
Flightpath:Resume()
Resume the video from its current frame
Flightpath:Stop()
Stop the video and reset to initial time position.
Flightpath:SetTime(time: number)
Set a timestamp to set for the video in seconds.