effekseer / EffekseerForGodot4

MIT License
64 stars 6 forks source link

Add API for Interacting with Effekseer Properties #6

Open neondeex opened 1 month ago

neondeex commented 1 month ago

Hey Effekseer Godot team!

First off, I want to say thanks for all the hard work on integrating Effekseer into Godot. It's an awesome tool for creating stunning visual effects.

I was wondering if it would be possible to add an API that allows developers to interact with Effekseer's properties in real-time. Specifically, it would be great to have access to properties like color, scale, rotation, position and opacity

Adding this kind of functionality would open up a lot of possibilities for more dynamic and interactive effects. It would be super useful for games and applications where effects need to react to the game state or player actions

ueshita commented 3 weeks ago

EffekseerEmitter2D/3D has several APIs that affect your effects.

But that's not what you mean, you want to rewrite the node properties directly?