Uses of Enum Class
zombie.audio.parameters.ParameterZombieState.State
Packages that use ParameterZombieState.State
-
Uses of ParameterZombieState.State in zombie.audio.parameters
Subclasses with type arguments of type ParameterZombieState.State in zombie.audio.parametersMethods in zombie.audio.parameters that return ParameterZombieState.StateModifier and TypeMethodDescriptionstatic ParameterZombieState.State
Returns the enum constant of this class with the specified name.static ParameterZombieState.State[]
ParameterZombieState.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.audio.parameters with parameters of type ParameterZombieState.StateModifier and TypeMethodDescriptionboolean
ParameterZombieState.isState
(ParameterZombieState.State _state) void
ParameterZombieState.setState
(ParameterZombieState.State _state)