SpiecsEngine
Loading...
Searching...
No Matches
◆
GetElementString()
std::string Spices::GltfHelper::GetElementString
(
const Json::object_t &
root
,
const char *
path
,
const std::string &
pDefault
)
static
Get string 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
199
of file
GltfHelper.cpp
.
200
{
201
SPICES_PROFILE_ZONE
;
202
203
return
GetElement<std::string>(&root, path, pDefault);
204
}
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