Searched refs:scaleJsValue (Results 1 – 1 of 1) sorted by relevance
698 auto scaleJsValue = particleJsObj->GetProperty("scale"); in ParseParticleOption() local699 if (scaleJsValue->IsObject()) { in ParseParticleOption()700 auto scaleJsObj = JSRef<JSObject>::Cast(scaleJsValue); in ParseParticleOption()