MCPcopy Create free account
hub / github.com/MyGUI/mygui / addFrame

Method addFrame

Tools/ImageEditor/AnimationInfo.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void AnimationInfo::addFrame(const MyGUI::IntPoint& _frame, size_t _count)
49 {
50 _count = _count < 1 ? 1 : _count;
51 mFrames.emplace_back(_frame, _count);
52 }
53
54 void AnimationInfo::clearFrames()
55 {

Callers 1

rebuildAnimationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected