qt5-cadaques icon indicating copy to clipboard operation
qt5-cadaques copied to clipboard

Where can find Tracer in the code?

Open kingctan opened this issue 10 years ago • 0 comments

back-link: ch08/index.html#simple-simulation

Emitter {
        id: emitter
        anchors.centerIn: parent
        width: 160; height: 80
        system: particleSystem
        emitRate: 10
        lifeSpan: 1000
        lifeSpanVariation: 500
        size: 16
        endSize: 32
        Tracer { color: 'green' }
    }

kingctan avatar Apr 09 '14 03:04 kingctan