Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_pattern.h62 void SetEmitterProperty(std::vector<EmitterProperty> emitterProperty) in SetEmitterProperty() argument
64 emitterProperty_ = emitterProperty; in SetEmitterProperty()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp841 EmitterProperty emitterProperty; in ParseEmitterProperty() local
847 emitterProperty.index = index; in ParseEmitterProperty()
852 emitterProperty.emitRate = emitRateValue >= 0 ? emitRateValue : PARTICLE_DEFAULT_EMITTER_RATE; in ParseEmitterProperty()
860 emitterProperty.position = { positionXValue, positonYValue }; in ParseEmitterProperty()
869 emitterProperty.size = { sizeXValue, sizeYValue }; in ParseEmitterProperty()
872 data.push_back(emitterProperty); in ParseEmitterProperty()

Completed in 4 milliseconds