Uses of Enum Class
com.blackrook.gloop.openal.effect.VocalMorpherEffect.Phoneme
Packages that use VocalMorpherEffect.Phoneme
-
Uses of VocalMorpherEffect.Phoneme in com.blackrook.gloop.openal.effect
Subclasses with type arguments of type VocalMorpherEffect.Phoneme in com.blackrook.gloop.openal.effectModifier and TypeClassDescriptionstatic enumPhoneme type enumeration.Fields in com.blackrook.gloop.openal.effect declared as VocalMorpherEffect.PhonemeModifier and TypeFieldDescriptionprotected VocalMorpherEffect.PhonemeVocalMorpherEffect.phonemeAMorpher phoneme A.protected VocalMorpherEffect.PhonemeVocalMorpherEffect.phonemeBMorpher phoneme B.Methods in com.blackrook.gloop.openal.effect that return VocalMorpherEffect.PhonemeModifier and TypeMethodDescriptionVocalMorpherEffect.getPhonemeA()VocalMorpherEffect.getPhonemeB()static VocalMorpherEffect.PhonemeReturns the enum constant of this class with the specified name.static VocalMorpherEffect.Phoneme[]VocalMorpherEffect.Phoneme.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.PhonemeModifier and TypeMethodDescriptionfinal voidVocalMorpherEffect.setPhonemeA(VocalMorpherEffect.Phoneme phonemeA) Set morpher phoneme A.final voidVocalMorpherEffect.setPhonemeB(VocalMorpherEffect.Phoneme phonemeB) Set morpher phoneme B.