Package | Description |
---|---|
net.messagevortex.asn1 |
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
|
Modifier and Type | Method and Description |
---|---|
static BlendingParameter.BlendingParameterChoice |
BlendingParameter.BlendingParameterChoice.getById(int i)
Gets a blender parameter enum by its Id.
|
BlendingParameter.BlendingParameterChoice |
BlendingParameter.getChoice()
Gets the choice type of the blender parameter.
|
static BlendingParameter.BlendingParameterChoice |
BlendingParameter.BlendingParameterChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendingParameter.BlendingParameterChoice[] |
BlendingParameter.BlendingParameterChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BlendingParameter(BlendingParameter.BlendingParameterChoice choice)
Creates a blender parameter set.
|
Copyright © 2023. All rights reserved.