utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
482 stars 52 forks source link

enh: simplify get and set fmod parameters in emitters #283

Closed piiertho closed 1 day ago

piiertho commented 2 days ago

This simplify get and set of parameters in emitters.
Before:

self["event_parameters/myparam/value"] = value

After: Before:

self["fmod_parameters/myparam"] = value