AudioEffectDelay.GDNativeClassBinding

Undocumented in source.
struct AudioEffectDelay
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

getDry
GodotMethod!(double) getDry;
Undocumented in source.
getFeedbackDelayMs
GodotMethod!(double) getFeedbackDelayMs;
Undocumented in source.
getFeedbackLevelDb
GodotMethod!(double) getFeedbackLevelDb;
Undocumented in source.
getFeedbackLowpass
GodotMethod!(double) getFeedbackLowpass;
Undocumented in source.
getTap1DelayMs
GodotMethod!(double) getTap1DelayMs;
Undocumented in source.
getTap1LevelDb
GodotMethod!(double) getTap1LevelDb;
Undocumented in source.
getTap1Pan
GodotMethod!(double) getTap1Pan;
Undocumented in source.
getTap2DelayMs
GodotMethod!(double) getTap2DelayMs;
Undocumented in source.
getTap2LevelDb
GodotMethod!(double) getTap2LevelDb;
Undocumented in source.
getTap2Pan
GodotMethod!(double) getTap2Pan;
Undocumented in source.
isFeedbackActive
GodotMethod!(bool) isFeedbackActive;
Undocumented in source.
isTap1Active
GodotMethod!(bool) isTap1Active;
Undocumented in source.
isTap2Active
GodotMethod!(bool) isTap2Active;
Undocumented in source.
setDry
GodotMethod!(void, double) setDry;
Undocumented in source.
setFeedbackActive
GodotMethod!(void, bool) setFeedbackActive;
Undocumented in source.
setFeedbackDelayMs
GodotMethod!(void, double) setFeedbackDelayMs;
Undocumented in source.
setFeedbackLevelDb
GodotMethod!(void, double) setFeedbackLevelDb;
Undocumented in source.
setFeedbackLowpass
GodotMethod!(void, double) setFeedbackLowpass;
Undocumented in source.
setTap1Active
GodotMethod!(void, bool) setTap1Active;
Undocumented in source.
setTap1DelayMs
GodotMethod!(void, double) setTap1DelayMs;
Undocumented in source.
setTap1LevelDb
GodotMethod!(void, double) setTap1LevelDb;
Undocumented in source.
setTap1Pan
GodotMethod!(void, double) setTap1Pan;
Undocumented in source.
setTap2Active
GodotMethod!(void, bool) setTap2Active;
Undocumented in source.
setTap2DelayMs
GodotMethod!(void, double) setTap2DelayMs;
Undocumented in source.
setTap2LevelDb
GodotMethod!(void, double) setTap2LevelDb;
Undocumented in source.
setTap2Pan
GodotMethod!(void, double) setTap2Pan;
Undocumented in source.

Meta