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]
root
json object.
[in]
path
type name.
[in]
pDefault
default return value. return Returns value if found or default if not.
Definition at line
220
of file
GltfHelper.cpp
.
221
{
222
SPICES_PROFILE_ZONE
;
223
224
return
GetElement<int>(&root, path, pDefault);
225
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices
GltfHelper
Generated on Sun Mar 8 2026 10:24:48 for SpiecsEngine by
1.10.0