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

Method HasPropertyBool

code/Common/Exporter.cpp:661–663  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Has a configuration property

Source from the content-addressed store, hash-verified

659// ------------------------------------------------------------------------------------------------
660// Has a configuration property
661bool ExportProperties::HasPropertyBool(const char* szName) const {
662 return HasGenericProperty<int>(mIntProperties, szName);
663}
664
665// ------------------------------------------------------------------------------------------------
666// Has a configuration property

Callers 3

ExportMeshesMethod · 0.80
ExportNodeMethod · 0.80
ExportSceneXFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected