AudioEffectChorus._classBinding

Undocumented in source.
struct AudioEffectChorus
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

getDry
GodotMethod!(double) getDry;
Undocumented in source.
getVoiceCount
GodotMethod!(long) getVoiceCount;
Undocumented in source.
getVoiceCutoffHz
GodotMethod!(double, long) getVoiceCutoffHz;
Undocumented in source.
getVoiceDelayMs
GodotMethod!(double, long) getVoiceDelayMs;
Undocumented in source.
getVoiceDepthMs
GodotMethod!(double, long) getVoiceDepthMs;
Undocumented in source.
getVoiceLevelDb
GodotMethod!(double, long) getVoiceLevelDb;
Undocumented in source.
getVoicePan
GodotMethod!(double, long) getVoicePan;
Undocumented in source.
getVoiceRateHz
GodotMethod!(double, long) getVoiceRateHz;
Undocumented in source.
getWet
GodotMethod!(double) getWet;
Undocumented in source.
setDry
GodotMethod!(void, double) setDry;
Undocumented in source.
setVoiceCount
GodotMethod!(void, long) setVoiceCount;
Undocumented in source.
setVoiceCutoffHz
GodotMethod!(void, long, double) setVoiceCutoffHz;
Undocumented in source.
setVoiceDelayMs
GodotMethod!(void, long, double) setVoiceDelayMs;
Undocumented in source.
setVoiceDepthMs
GodotMethod!(void, long, double) setVoiceDepthMs;
Undocumented in source.
setVoiceLevelDb
GodotMethod!(void, long, double) setVoiceLevelDb;
Undocumented in source.
setVoicePan
GodotMethod!(void, long, double) setVoicePan;
Undocumented in source.
setVoiceRateHz
GodotMethod!(void, long, double) setVoiceRateHz;
Undocumented in source.
setWet
GodotMethod!(void, double) setWet;
Undocumented in source.

Meta