MCPcopy Create free account
hub / github.com/doldecomp/mkdd / animation

Method animation

libs/JSystem/J2DGraph/J2DScreen.cpp:426–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void J2DScreen::animation()
427{
428 animationPane(mTransform);
429 for (u16 i = 0; i < mMaterialCount; i++) {
430 mMaterials[i].animation();
431 }
432}
433
434void J2DScreen::setAnimation(J2DAnmColor* animation)
435{

Callers 9

calcMethod · 0.45
calcAnmMethod · 0.45
calcMethod · 0.45
calcMethod · 0.45
calcMethod · 0.45
calcMatAnmTitleLineMethod · 0.45
resetMethod · 0.45
setAnimationFrameMethod · 0.45
calcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected