Constructor and Description |
---|
SayEffector()
Instantiates a new SayEffector
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Retrieve the message string to be transmitted
|
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
|
void |
setMessage(java.lang.String message)
Set the message to be transmitted
|
public void setEffectorValues(float maxGain, float... values)
IEffector
values
- the number of float values required by the specific effectorpublic void setMessage(java.lang.String message)
message
- Message stringpublic java.lang.String getMessage()
public void resetAfterAction()
IEffector
resetAfterAction
in interface IEffector
resetAfterAction
in class Effector