MCPcopy Create free account
hub / github.com/assimp/assimp / DestinationObject

Method DestinationObject

code/AssetLib/FBX/FBXDocument.cpp:674–682  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

672
673// ------------------------------------------------------------------------------------------------
674const Object* Connection::DestinationObject() const {
675 LazyObject* const lazy = doc.GetObject(dest);
676 ai_assert(lazy);
677 if (lazy == nullptr) {
678 return nullptr;
679 }
680
681 return lazy->Get();
682}
683
684} // !FBX
685} // !Assimp

Callers 2

ProcessMorphAnimDatasMethod · 0.80
AnimationCurveNodeMethod · 0.80

Calls 2

GetObjectMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected