Searched refs:ParseParticleRange (Results 1 – 1 of 1) sorted by relevance
87 std::optional<std::pair<float, float>> ParseParticleRange(JSRef<JSVal>& jsValue, float defaultValue) in ParseParticleRange() function198 auto randomRangePair = ParseParticleRange(configJsValue, 0.0f); in ParseFloatRandomConfig()520 auto rRangeValue = ParseParticleRange(rJsValue, 0.0f); in ParseColorRandomUpdater()521 auto gRangeValue = ParseParticleRange(gJsValue, 0.0f); in ParseColorRandomUpdater()522 auto bRangeValue = ParseParticleRange(bJsValue, 0.0f); in ParseColorRandomUpdater()523 auto aRangeValue = ParseParticleRange(aJsValue, 0.0f); in ParseColorRandomUpdater()632 auto speedPair = ParseParticleRange(speedJsValue, 0.0f); in ParseParticleVelocity()638 auto anglePair = ParseParticleRange(angleJsValue, 0.0f); in ParseParticleVelocity()