Searched refs:particleJsObject (Results 1 – 1 of 1) sorted by relevance
320 bool ParseParticleObject(JSRef<JSObject>& particleJsObject, OHOS::Ace::NG::Particle& particle) in ParseParticleObject() argument322 auto typeJsValue = particleJsObject->GetProperty("type"); in ParseParticleObject()333 auto configJsValue = particleJsObject->GetProperty("config"); in ParseParticleObject()379 auto countJsValue = particleJsObject->GetProperty("count"); in ParseParticleObject()389 auto lifeTimeJsValue = particleJsObject->GetProperty("lifetime"); in ParseParticleObject()398 auto lifeTimeRangeJsValue = particleJsObject->GetProperty("lifetimeRange"); in ParseParticleObject()415 auto particleJsObject = JSRef<JSObject>::Cast(particleJsValue); in ParseEmitterOption() local417 if (!ParseParticleObject(particleJsObject, particle)) { in ParseEmitterOption()