MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getNumFrames

Method getNumFrames

OgreMain/src/OgreTextureUnitState.cpp:524–524  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

522 unsigned int TextureUnitState::getCurrentFrame() const { return mCurrentFrame; }
523 //-----------------------------------------------------------------------
524 unsigned int TextureUnitState::getNumFrames() const { return (unsigned int)mFrames.size(); }
525 //-----------------------------------------------------------------------
526 const String &TextureUnitState::getFrameTextureName( unsigned int frameNumber ) const
527 {

Callers 3

writeTextureUnitMethod · 0.45
getValueMethod · 0.45
setValueMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected