Searched defs:ColorParticleRandomUpdateConfig (Results 1 – 1 of 1) sorted by relevance
481 struct ColorParticleRandomUpdateConfig { struct483 const std::pair<float, float>& GetRedRandom() const in GetRedRandom()488 void SetRedRandom(const std::pair<float, float>& redRandom) in SetRedRandom()493 const std::pair<float, float>& GetGreenRandom() const in GetGreenRandom()498 void SetGreenRandom(const std::pair<float, float>& greenRandom) in SetGreenRandom()523 bool operator==(const ColorParticleRandomUpdateConfig& other) const argument535 std::string ToString() const in ToString()580 void SetRandomConfig(const ColorParticleRandomUpdateConfig& randomConfig) in SetRandomConfig() argument