I want to emit particles using SKEmitterNode within a macOS app to create an effect similar to rain. No problem so far.
What I’m not able to figure out is: Is it possible to let these emitted particles respond i.e. to mouseEvents, and if so, how?
I want to emit particles using SKEmitterNode within a macOS app to create an effect similar to rain. No problem so far.
What I’m not able to figure out is: Is it possible to let these emitted particles respond i.e. to mouseEvents, and if so, how?
Copyright © 2021 Jogjafile Inc.
I'm afraid not.
From the
SKEmitterclass reference docs at https://developer.apple.com/documentation/spritekit/skemitternodeand