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

Method setMountSkin

Engine/source/T3D/guiObjectView.cpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389//------------------------------------------------------------------------------
390
391void GuiObjectView::setMountSkin( const String& name )
392{
393 if( mMountedModel )
394 mMountedModel->reSkin( name, mMountSkinName );
395
396 mMountSkinName = name;
397}
398
399//------------------------------------------------------------------------------
400

Callers 1

guiObjectView.cppFile · 0.80

Calls 1

reSkinMethod · 0.45

Tested by

no test coverage detected