game-mixer ~master (2021-10-24T08:59:28.7629676)
Dub
Repo
LinearFloatParameter
gamemixer
effects
Undocumented in source.
package nothrow @
nogc
class
LinearFloatParameter :
IParameter
{
this
(string name, float min, float max, float defaultValue);
string
getName
();
void
setValue
(float value);
float
getValue
();
}
Constructors
this
this
(string name, float min, float max, float defaultValue)
Undocumented in source.
Members
Functions
getName
string
getName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
float
getValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void
setValue
(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IParameter
getName
string
getName
()
Undocumented in source.
setValue
void
setValue
(float value)
Undocumented in source.
getValue
float
getValue
()
Undocumented in source.
Meta
Source
See Implementation
gamemixer
effects
aliases
EffectCallbackFunction
classes
EffectCallback
EffectGain
IAudioEffect
LinearFloatParameter
functions
createLinearFloatParameter
interfaces
IParameter
structs
EffectCallbackInfo