MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / hideFade

Method hideFade

src/player/video_texture.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void VideoTexture::hideFade() {
29 fadeTween->play(TweenDirection::Backward);
30}
31
32void VideoTexture::showFade() {
33 fadeTween->play(TweenDirection::Forward);

Callers 1

setFullscreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected