MCPcopy Create free account
hub / github.com/antvis/F2Native / Play

Method Play

core/graphics/animate/TimeLine.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void animate::TimeLine::Play() {
13 this->time_ = CurrentTimestampAtMM();
14 this->playing_ = true;
15 this->frameLoop();
16}
17
18void animate::TimeLine::frameLoop() {
19 if(this->playing_ == false)

Callers

nothing calls this directly

Calls 2

frameLoopMethod · 0.95
CurrentTimestampAtMMFunction · 0.85

Tested by

no test coverage detected