MCPcopy Create free account
hub / github.com/carbonengine/trinity / ResetAnimationBindings

Method ResetAnimationBindings

trinity/Tr2SkinnedObject.cpp:475–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void Tr2SkinnedObject::ResetAnimationBindings()
476{
477 if( m_visualModel )
478 {
479 m_visualModel->ResetBindings();
480 }
481}
482
483void Tr2SkinnedObject::GetDebugOptions( Tr2DebugRendererOptions& options )
484{

Callers

nothing calls this directly

Calls 1

ResetBindingsMethod · 0.80

Tested by

no test coverage detected