Searched refs:lifeTimeRangeIntValue (Results 1 – 1 of 1) sorted by relevance
400 auto lifeTimeRangeIntValue = lifeTimeRangeJsValue->ToNumber<int64_t>(); in ParseParticleObject() local401 if (lifeTimeRangeIntValue >= 0) { in ParseParticleObject()402 lifeTimeRange = lifeTimeRangeIntValue; in ParseParticleObject()