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

Method getValue

OgreMain/src/OgrePredefinedControllers.cpp:71–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

69 bool FrameTimeControllerValue::frameEnded( const FrameEvent &evt ) { return true; }
70 //-----------------------------------------------------------------------
71 Real FrameTimeControllerValue::getValue() const { return mFrameTime; }
72 //-----------------------------------------------------------------------
73 void FrameTimeControllerValue::setValue( Real value )
74 {

Callers

nothing calls this directly

Calls 2

getCurrentFrameMethod · 0.80
getNumFramesMethod · 0.45

Tested by

no test coverage detected