Searched defs:ParticlePropertyAnimation (Results 1 – 1 of 1) sorted by relevance
23 struct ParticlePropertyAnimation { struct25 T GetFrom() const in GetFrom()30 void SetFrom(T& from) in SetFrom()35 T GetTo() const in GetTo()40 void SetTo(T& to) in SetTo()45 int32_t GetStartMills() const in GetStartMills()50 void SetStartMills(int32_t startMills) in SetStartMills()75 bool operator==(const ParticlePropertyAnimation<T>& other) const argument77 …ool isCurveEqual = (curve_ && curve_->IsEqual(other.GetCurve())) || (!curve_ && !other.GetCurve());83 std::string ToString() const in ToString()[all …]