Searched defs:ParticlePropertyAnimation (Results 1 – 3 of 3) 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()75 bool operator==(const ParticlePropertyAnimation<T>& other) const argument94 T to_;95 int32_t startMills_ = 0;96 int32_t endMills_ = 0;[all …]
307 ## ParticlePropertyAnimation section
278 ## ParticlePropertyAnimation section