| Modifier and Type | Field and Description |
|---|---|
protected List<EffectParameterType> |
EffectType.parameter |
| Modifier and Type | Method and Description |
|---|---|
EffectParameterType |
ObjectFactory.createEffectParameterType()
Create an instance of
EffectParameterType |
EffectParameterType |
EffectParameterType.withName(String value) |
EffectParameterType |
EffectParameterType.withPoint(Collection<EffectPointType> values) |
EffectParameterType |
EffectParameterType.withPoint(EffectPointType... values) |
EffectParameterType |
EffectParameterType.withValue(float value) |
| Modifier and Type | Method and Description |
|---|---|
List<EffectParameterType> |
EffectType.getParameter()
Gets the value of the parameter property.
|
| Modifier and Type | Method and Description |
|---|---|
EffectType |
EffectType.withParameter(EffectParameterType... values) |
| Modifier and Type | Method and Description |
|---|---|
EffectType |
EffectType.withParameter(Collection<EffectParameterType> values) |
Copyright © 2015. All rights reserved.