IRotator AbstractRotator class
public function init():Void// TODO: Add description of the init method.
Void
public function setGroup(group:IGroup):VoidSets the group value of this IRotator.
group | a value for group |
Void
public function getGroup():IGroupGets 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):VoidSets the waitTime value of this IRotator.
time | a value for time |
Void
public function getWaitTime():NumberGets the waitTime value of this IRotator.
Number