MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setObjectAnimation

Method setObjectAnimation

Engine/source/T3D/guiObjectView.cpp:323–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321//------------------------------------------------------------------------------
322
323void GuiObjectView::setObjectAnimation( S32 index )
324{
325 mAnimationSeq = index;
326 mAnimationSeqName = String();
327
328 if( mModel )
329 _initAnimation();
330}
331
332//------------------------------------------------------------------------------
333

Callers 1

guiObjectView.cppFile · 0.80

Calls 1

StringClass · 0.50

Tested by

no test coverage detected