Searched refs:animationArray (Results 1 – 2 of 2) sorted by relevance
573 void SetAnimationArray(const std::list<ParticlePropertyAnimation<Color>>& animationArray) in SetAnimationArray()575 animationArray_ = animationArray; in SetAnimationArray()
855 auto& animationArray = result.data->animations; in ExportGltfAnimations() local856 animationArray.reserve(animationCount); in ExportGltfAnimations()859 auto& exportAnimation = animationArray.emplace_back(make_unique<Animation>()); in ExportGltfAnimations()889 animationArray.pop_back(); in ExportGltfAnimations()