SpiecsEngine
Loading...
Searching...
No Matches
◆
GetElementFloat()
float Spices::GltfHelper::GetElementFloat
(
const Json::object_t &
root
,
const char *
path
,
float
pDefault
)
static
Get float 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
213
of file
GltfHelper.cpp
.
214
{
215
SPICES_PROFILE_ZONE
;
216
217
return
GetElement<float>(&root, path, pDefault);
218
}
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