Effector
An effector is used in events/transitions to describe an action that will be perfomed when the transition is fired.
The actual code of the effector must be in the override of the EffectorUpdate() method.
Note
In Unity, it's better to use the SafeEffectorUpdate() method to ensure the code is executed in Unity's thread