Searched defs:ColorParticleRandomUpdateConfig (Results 1 – 1 of 1) sorted by relevance
725 struct ColorParticleRandomUpdateConfig { struct727 const std::pair<float, float>& GetRedRandom() const in GetRedRandom()732 void SetRedRandom(const std::pair<float, float>& redRandom) in SetRedRandom()737 const std::pair<float, float>& GetGreenRandom() const in GetGreenRandom()742 void SetGreenRandom(const std::pair<float, float>& greenRandom) in SetGreenRandom()767 bool operator==(const ColorParticleRandomUpdateConfig& other) const argument779 std::string ToString() const in ToString()824 void SetRandomConfig(const ColorParticleRandomUpdateConfig& randomConfig) in SetRandomConfig() argument