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

Method setValue

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

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

Source from the content-addressed store, hash-verified

71 Real FrameTimeControllerValue::getValue() const { return mFrameTime; }
72 //-----------------------------------------------------------------------
73 void FrameTimeControllerValue::setValue( Real value )
74 {
75 // Do nothing - value is set from frame listener
76 }
77 //-----------------------------------------------------------------------
78 Real FrameTimeControllerValue::getTimeFactor() const { return mTimeFactor; }
79 //-----------------------------------------------------------------------

Callers

nothing calls this directly

Calls 10

setTextureVScrollMethod · 0.80
setConstantMethod · 0.80
RadianFunction · 0.50
Vector4Function · 0.50
getNumFramesMethod · 0.45
setCurrentFrameMethod · 0.45
setTextureUScrollMethod · 0.45
setTextureUScaleMethod · 0.45
setTextureVScaleMethod · 0.45
setTextureRotateMethod · 0.45

Tested by

no test coverage detected