Home
last modified time | relevance | path

Searched refs:conversions (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_migration.cpp33 // Add all datatype conversions here.
34 constexpr Conversion conversions[] = { member
80 size_t NUMBER_OF_CONVERSIONS = sizeof(conversions) / sizeof(conversions[0]);
93 if (handle->type == conversions[i].oldVersion.typeHash) { in MigrateAnimation()
94 handle->type = conversions[i].newVersion.typeHash; in MigrateAnimation()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dasset_migration.cpp33 // Add all datatype conversions here.
34 constexpr Conversion conversions[] = { member
80 size_t NUMBER_OF_CONVERSIONS = sizeof(conversions) / sizeof(conversions[0]);
91 handle->type = conversions[i].newVersion.typeHash; in MigrateAnimation()

Completed in 2 milliseconds