Uses of Enum Class
com.blackrook.gloop.openal.effect.VocalMorpherEffect.WaveForm
Packages that use VocalMorpherEffect.WaveForm
-
Uses of VocalMorpherEffect.WaveForm in com.blackrook.gloop.openal.effect
Subclasses with type arguments of type VocalMorpherEffect.WaveForm in com.blackrook.gloop.openal.effectModifier and TypeClassDescriptionstatic enumWaveForm type enumeration.Fields in com.blackrook.gloop.openal.effect declared as VocalMorpherEffect.WaveFormModifier and TypeFieldDescriptionprotected VocalMorpherEffect.WaveFormVocalMorpherEffect.waveFormMorpher waveform.Methods in com.blackrook.gloop.openal.effect that return VocalMorpherEffect.WaveFormModifier and TypeMethodDescriptionVocalMorpherEffect.getWaveform()static VocalMorpherEffect.WaveFormReturns the enum constant of this class with the specified name.static VocalMorpherEffect.WaveForm[]VocalMorpherEffect.WaveForm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blackrook.gloop.openal.effect with parameters of type VocalMorpherEffect.WaveFormModifier and TypeMethodDescriptionfinal voidVocalMorpherEffect.setWaveform(VocalMorpherEffect.WaveForm waveform) Set morpher waveform.