MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Stop

Method Stop

Source/Engine/Video/VideoPlayer.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void VideoPlayer::Stop()
116{
117 if (_state == States::Stopped)
118 return;
119 _state = States::Stopped;
120 if (_player.Backend)
121 _player.Backend->Player_Stop(_player);
122}
123
124float VideoPlayer::GetTime() const
125{

Callers 15

GenerateLightmapUVsMethod · 0.45
BuildIndexBufferMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
LoadBinaryModulesMethod · 0.45
OnLoadedMethod · 0.45
DotNet.cppFile · 0.45
RunMethod · 0.45
flushActionsMethod · 0.45
loadSceneMethod · 0.45
OnEndMethod · 0.45
saveSceneMethod · 0.45

Calls 1

Player_StopMethod · 0.45

Tested by

no test coverage detected