| Package | com.bourre.commands |
| Class | public class CommandManagerFPS |
| Inheritance | CommandManagerFPS CommandFPS |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
CommandFPS object.
See also
| Method | Defined by | ||
|---|---|---|---|
![]() |
Stores passed-in command and wait for
a loop before executes it.
Command is removed after execution. | CommandFPS | |
|
[static]
Returns singleton instance of
CommandManagerFPS
| CommandManagerFPS | ||
![]() |
getLength():Number
Returns execution list length.
| CommandFPS | |
![]() |
onTick(e:Event = null):void
Method called by the
TickBeacon for each
step of time according to its time slicing approach. | CommandFPS | |
![]() |
Adds passed-in command to execution list and execute it now.
| CommandFPS | |
![]() |
pushWithName(oC:Command, sN:String = null):String
Adds passed-in command to execution list and executes it now.
| CommandFPS | |
|
release():void
[static]
Releases instance.
| CommandManagerFPS | ||
![]() |
Removes passed-in command from execution list.
| CommandFPS | |
![]() |
removeAll():void
Removes all objects from execution list and from buffer.
| CommandFPS | |
![]() |
removeWithName(sN:String):Boolean
Removes command registered with passed-in name from
execution list.
| CommandFPS | |
![]() |
Submits passed-in command into execution list.
| CommandFPS | |
![]() |
resumeWithName(sN:String):Boolean
Submits command registered with passed-in name
into execution list.
| CommandFPS | |
![]() |
Excludes passed-in command from execution list.
| CommandFPS | |
![]() |
stopWithName(sN:String):Boolean
Excludes command registered with passed-in name
from execution list.
| CommandFPS | |
![]() |
toString():String
Returns string representation of instance.
| CommandFPS | |
| getInstance | () | method |
public static function getInstance():CommandManagerFPS
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns singleton instance of CommandManagerFPS
CommandManagerFPS —
The singleton instance of CommandManagerFPS
|
| release | () | method |
public static function release():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Releases instance.