SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetElementInt()

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

Get int 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 220 of file GltfHelper.cpp.

221 {
223
224 return GetElement<int>(&root, path, pDefault);
225 }
#define SPICES_PROFILE_ZONE