|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICueTransitioner
This interface is used for triggering cue transitions and changes.
| Method Summary | |
|---|---|
void |
goToCue(float cueNumber)
This method will go to the given cue without a transition. |
void |
transitionToCue(float cueNumber)
This method will start a transition to a new cue. |
| Method Detail |
|---|
void transitionToCue(float cueNumber)
cueNumber - The number of the cue to transition to.void goToCue(float cueNumber)
cueNumber - The number of the cue to go to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||