IRotator
AbstractRotator class
public function init():Void
// TODO: Add description of the init method.
Void
public function setGroup(group:IGroup):Void
Sets the group value of this IRotator.
group | a value for group |
Void
public function getGroup():IGroup
Gets the group value of this IRotator.
IGroup
public function start():Void
// TODO: Add description of the start method.
Void
public function stop():Void
// TODO: Add description of the stop method.
Void
public function setWaitTime(time:Number):Void
Sets the waitTime value of this IRotator.
time | a value for time |
Void
public function getWaitTime():Number
Gets the waitTime value of this IRotator.
Number