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

Method getWeight

OgreMain/src/OgreAnimationState.cpp:102–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

100 void AnimationState::setLength( Real len ) { mLength = len; }
101 //---------------------------------------------------------------------
102 Real AnimationState::getWeight() const { return mWeight; }
103 //---------------------------------------------------------------------
104 void AnimationState::setWeight( Real weight )
105 {

Callers 3

_applySceneAnimationsMethod · 0.80
applyVertexAnimationMethod · 0.80
setAnimationStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected