MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / getLastControllerId

Method getLastControllerId

COLLADAMax/src/COLLADAMaxExportNode.cpp:261–268  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

259
260 //---------------------------------------------------------------
261 String ExportNode::getLastControllerId() const
262 {
263 if ( !hasControllers() )
264 return COLLADASW::Utils::EMPTY_STRING;
265
266 size_t controllerCount = mControllerList->getControllerCount();
267 return ControllerExporter::getControllerId(*this, controllerCount, mControllerList->getController(0)->getType());
268 }
269
270 //---------------------------------------------------------------
271 Controller* ExportNode::getLastController() const

Callers 1

doExportMethod · 0.80

Calls 3

getControllerCountMethod · 0.80
getTypeMethod · 0.45
getControllerMethod · 0.45

Tested by

no test coverage detected