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

Method Tick

Source/Engine/Video/Video.cpp:415–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void VideoBackendPlayer::Tick()
416{
417 if (AudioSource && IsAudioSpatial && Transform)
418 {
419 AudioBackend::Source::TransformChanged(AudioSource, Transform->Translation, Transform->Orientation);
420 }
421}
422
423void VideoBackendPlayer::ReleaseResources()
424{

Callers 3

UpdatePlayerFunction · 0.45
VideoBackendAV.cppFile · 0.45
UpdatePlayerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected