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

Method setAnimation

libs/JSystem/J2DGraph/J2DPictureEx.cpp:1125–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125void J2DPictureEx::setAnimation(J2DAnmColor* animation)
1126{
1127 if (mMaterial != nullptr) {
1128 mMaterial->setAnimation(animation);
1129 }
1130}
1131
1132void J2DPictureEx::setAnimation(J2DAnmTextureSRTKey* animation)
1133{

Callers

nothing calls this directly

Calls 3

getAnmTableNumMethod · 0.45

Tested by

no test coverage detected