Searched defs:AnimationTaskData (Results 1 – 1 of 1) sorted by relevance
2407 struct GLTF2Importer::AnimationTaskData { struct in GLTF2::GLTF2Importer2408 GLTF2Importer* importer;2409 size_t index;2410 string uri;2411 string_view name;2412 IAnimationComponentManager* animationManager;2413 IAnimationTrackComponentManager* trackManager;2414 vector<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputs;2415 vector<GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>*> outputs;2417 bool operator()() in operator ()()[all …]