SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetElementBoolean()

bool Spices::GltfHelper::GetElementBoolean ( const Json::object_t & root,
const char * path,
bool pDefault )
static

Get bool value in Json::object_t.

Parameters
[in]rootjson object.
[in]pathtype name.
[in]pDefaultdefault return value. return Returns value if found or default if not.

Definition at line 206 of file GltfHelper.cpp.

207 {
209
210 return GetElement<bool>(&root, path, pDefault);
211 }
#define SPICES_PROFILE_ZONE