Searched defs:ColorParticleRandomUpdateConfig (Results 1 – 1 of 1) sorted by relevance
464 struct ColorParticleRandomUpdateConfig { struct466 const std::pair<float, float>& GetRedRandom() const in GetRedRandom()471 void SetRedRandom(const std::pair<float, float>& redRandom) in SetRedRandom()476 const std::pair<float, float>& GetGreenRandom() const in GetGreenRandom()481 void SetGreenRandom(const std::pair<float, float>& greenRandom) in SetGreenRandom()506 bool operator==(const ColorParticleRandomUpdateConfig& other) const argument518 std::string ToString() const in ToString()563 void SetRandomConfig(const ColorParticleRandomUpdateConfig& randomConfig) in SetRandomConfig() argument