|
| | VideoPlayer () |
| |
| void | Play () |
| |
| void | Stop () |
| |
| void | Update () |
| |
| void | AddToGUIUpdateList (bool ignoreChildren=false, int order=0) |
| |
| void | LoadContent (string contentPath, VideoSettings videoSettings, TextSettings textSettings, Identifier contentId, bool startPlayback) |
| |
| void | LoadContent (string contentPath, VideoSettings videoSettings, TextSettings textSettings, Identifier contentId, bool startPlayback, LocalizedString objective, Action onStop=null) |
| |
| void | Remove () |
| |
Definition at line 11 of file VideoPlayer.cs.
◆ VideoPlayer()
| Barotrauma.VideoPlayer.VideoPlayer |
( |
| ) |
|
◆ AddToGUIUpdateList()
| void Barotrauma.VideoPlayer.AddToGUIUpdateList |
( |
bool |
ignoreChildren = false, |
|
|
int |
order = 0 |
|
) |
| |
◆ LoadContent() [1/2]
◆ LoadContent() [2/2]
◆ Play()
| void Barotrauma.VideoPlayer.Play |
( |
| ) |
|
◆ Remove()
| void Barotrauma.VideoPlayer.Remove |
( |
| ) |
|
◆ Stop()
| void Barotrauma.VideoPlayer.Stop |
( |
| ) |
|
◆ Update()
| void Barotrauma.VideoPlayer.Update |
( |
| ) |
|
◆ IsPlaying
| bool Barotrauma.VideoPlayer.IsPlaying |