public interface IEffector
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
void |
resetAfterAction()
Called to allow an effector to reset its state after it has been read for
action.
|
void |
setEffectorValues(float maxGain,
float... values)
Sets the values of this effector as required by the specific effector
|
java.lang.String getName()
void setEffectorValues(float maxGain, float... values)
values
- the number of float values required by the specific effectorvoid resetAfterAction()