MCPcopy Create free account
hub / github.com/axmolengine/axmol / doHideAnimation

Method doHideAnimation

tests/fairygui-tests/Source/Window2.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void Window2::doHideAnimation()
20{
21 GTween::to(getScale(), Vec2(0.1f, 0.1f), 0.3f)->setTarget(this, TweenPropType::Scale)->onComplete(AX_CALLBACK_0(Window2::hideImmediately, this));
22}
23
24void Window2::onShown()
25{

Callers

nothing calls this directly

Calls 3

onCompleteMethod · 0.80
Vec2Function · 0.50
setTargetMethod · 0.45

Tested by

no test coverage detected