Go to the source code of this file.
|  | 
| const short | DEFAULT = 0 | 
|  | This node has no special meaning. 
 | 
| const short | ON_CLICK = 1 | 
|  | This node contains an effect that starts on click. 
 | 
| const short | WITH_PREVIOUS = 2 | 
|  | This node contains an effect that starts with a previous effect. 
 | 
| const short | AFTER_PREVIOUS = 3 | 
|  | This node contains an effect that starts after a previous effect has finished. 
 | 
| const short | MAIN_SEQUENCE = 4 | 
|  | This is the main sequence for effects that is automatically started. 
 | 
| const short | TIMING_ROOT = 5 | 
|  | This is the root sequence. 
 | 
| const short | INTERACTIVE_SEQUENCE = 6 | 
|  | This is a sequence with effects that starts due to user interaction. 
 |