MCPcopy Create free account
hub / github.com/beefytech/Beef / ModelDefAnimation_Clip

Function ModelDefAnimation_Clip

BeefySysLib/gfx/ModelDef.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148BF_EXPORT void BF_CALLTYPE ModelDefAnimation_Clip(ModelAnimation* modelAnimation, int startFrame, int numFrames)
149{
150 modelAnimation->mFrames.RemoveRange(0, startFrame);
151 modelAnimation->mFrames.RemoveRange(numFrames, modelAnimation->mFrames.Count() - numFrames);
152}
153
154ModelDef::ModelDef()
155{

Callers

nothing calls this directly

Calls 2

CountMethod · 0.80
RemoveRangeMethod · 0.45

Tested by

no test coverage detected