Home
last modified time | relevance | path

Searched defs:AnimationTaskData (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2452 struct GLTF2Importer::AnimationTaskData { struct in GLTF2::GLTF2Importer
2453 GLTF2Importer* importer;
2454 size_t index;
2455 string uri;
2456 string_view name;
2457 IAnimationComponentManager* animationManager;
2458 IAnimationTrackComponentManager* trackManager;
2459 vector<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputs;
2460 vector<GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>*> outputs;
2462 bool operator()() in operator ()()
[all …]