Constants' Details |
DEFAULT
const short DEFAULT = 0;
- Description
- This node has no special meaning.
|
|
ON_CLICK
const short ON_CLICK = 1;
- Description
- This node contains an effect that starts on click.
|
|
WITH_PREVIOUS
const short WITH_PREVIOUS = 2;
- Description
- This node contains an effect that starts with a previous effect.
|
|
AFTER_PREVIOUS
const short AFTER_PREVIOUS = 3;
- Description
- This node contains an effect that starts after a previous effect has finished.
|
|
MAIN_SEQUENCE
const short MAIN_SEQUENCE = 4;
- Description
- This is the main sequence for effects that is automaticaly started.
|
|
TIMING_ROOT
const short TIMING_ROOT = 5;
- Description
- This is the root sequence.
|
|
INTERACTIVE_SEQUENCE
const short INTERACTIVE_SEQUENCE = 6;
- Description
- This is a sequence with effects that starts due to user interaction.
|
|
Copyright © 2010 Sun Microsystems, Inc.