Searched defs:AnimationTaskData (Results 1 – 1 of 1) sorted by relevance
2415 struct GLTF2Importer::AnimationTaskData { struct in GLTF2::GLTF2Importer2416 GLTF2Importer* importer;2417 size_t index;2418 string uri;2419 string_view name;2420 IAnimationComponentManager* animationManager;2421 IAnimationTrackComponentManager* trackManager;2422 vector<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputs;2423 vector<GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>*> outputs;2425 bool operator()() in operator ()()[all …]