view
Interface ICueTransitioner

All Known Subinterfaces:
ILightViewConnector

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

transitionToCue

void transitionToCue(float cueNumber)
This method will start a transition to a new cue.

Parameters:
cueNumber - The number of the cue to transition to.

goToCue

void goToCue(float cueNumber)
This method will go to the given cue without a transition.

Parameters:
cueNumber - The number of the cue to go to.