Home
last modified time | relevance | path

Searched refs:emitRateProperty (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp849 auto emitRateProperty = paramObj->GetProperty("emitRate"); in ParseEmitterProperty() local
850 if (emitRateProperty->IsNumber()) { in ParseEmitterProperty()
851 auto emitRateValue = emitRateProperty->ToNumber<int32_t>(); in ParseEmitterProperty()

Completed in 2 milliseconds