Home
last modified time | relevance | path

Searched refs:animationArray (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dparticle_property.h573 void SetAnimationArray(const std::list<ParticlePropertyAnimation<Color>>& animationArray) in SetAnimationArray()
575 animationArray_ = animationArray; in SetAnimationArray()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_exporter.cpp855 auto& animationArray = result.data->animations; in ExportGltfAnimations() local
856 animationArray.reserve(animationCount); in ExportGltfAnimations()
859 auto& exportAnimation = animationArray.emplace_back(make_unique<Animation>()); in ExportGltfAnimations()
889 animationArray.pop_back(); in ExportGltfAnimations()