Package | org.iotashan.nabaztagAPI |
Class | public class NabaztagChoreographyCommand |
Subclasses | NabaztagEarsCommand, NabaztagLEDCommand |
Property | Defined by | ||
---|---|---|---|
command : String
String that determines what type of command this is.
| NabaztagChoreographyCommand | ||
startTime : Number
Starting time of this command, in "beats" specified by the tempo.
| NabaztagChoreographyCommand |
Method | Defined by | ||
---|---|---|---|
NabaztagChoreographyCommand(command:String, startTime:Number)
Constructor method.
| NabaztagChoreographyCommand | ||
getCommand():String
This is just a placehoder for the real getCommand() methods
in classes that extend this class.
| NabaztagChoreographyCommand |
command | property |
command:String
[read-write]String that determines what type of command this is.
Implementation public function get command():String
public function set command(value:String):void
startTime | property |
startTime:Number
[read-write]Starting time of this command, in "beats" specified by the tempo. This time is expressed by the number of beats that have elapsed from the beginning of the choreography to the desired event. A start time of 0 would be the first command.
Implementation public function get startTime():Number
public function set startTime(value:Number):void
NabaztagChoreographyCommand | () | constructor |
public function NabaztagChoreographyCommand(command:String, startTime:Number)
Constructor method.
Parameterscommand:String |
|
startTime:Number |
getCommand | () | method |
public function getCommand():String
This is just a placehoder for the real getCommand() methods in classes that extend this class.
ReturnsString |