Definition at line 7 of file VideoPlayer.cs.
◆ GetPlaybackPosition()
int FalcoEngine.VideoPlayer.GetPlaybackPosition |
( |
| ) |
|
Get current playback position in seconds
- Returns
◆ GetTotalLength()
int FalcoEngine.VideoPlayer.GetTotalLength |
( |
| ) |
|
Get total length in seconds
- Returns
◆ Pause()
void FalcoEngine.VideoPlayer.Pause |
( |
| ) |
|
◆ Play()
void FalcoEngine.VideoPlayer.Play |
( |
| ) |
|
◆ PlaybackEvent()
delegate void FalcoEngine.VideoPlayer.PlaybackEvent |
( |
VideoPlayer |
sender | ) |
|
◆ Resume()
void FalcoEngine.VideoPlayer.Resume |
( |
| ) |
|
◆ SetPlaybackPosition()
void FalcoEngine.VideoPlayer.SetPlaybackPosition |
( |
int |
seconds | ) |
|
Set current playback position in seconds
- Parameters
-
◆ Stop()
void FalcoEngine.VideoPlayer.Stop |
( |
| ) |
|
◆ isPaused
bool FalcoEngine.VideoPlayer.isPaused |
|
get |
Returns if this video player is paused
Definition at line 27 of file VideoPlayer.cs.
◆ isPlaying
bool FalcoEngine.VideoPlayer.isPlaying |
|
get |
Returns if this video player is playing
Definition at line 22 of file VideoPlayer.cs.
◆ loop
bool FalcoEngine.VideoPlayer.loop |
|
getset |
Return or set whether the video player replays after it finishes or not
Definition at line 32 of file VideoPlayer.cs.
◆ playOnStart
bool FalcoEngine.VideoPlayer.playOnStart |
|
getset |
Returns or sets if video player should start playing after scene is loaded
Definition at line 37 of file VideoPlayer.cs.
◆ texture
Texture FalcoEngine.VideoPlayer.texture |
|
get |
Returns current frame as a texture
Definition at line 42 of file VideoPlayer.cs.
◆ videoClip
Get or set the video clip for this video player
Definition at line 17 of file VideoPlayer.cs.
◆ onEnded
The documentation for this class was generated from the following file: