| Package | org.flixel.system |
| Class | public class FlxList |
| Inheritance | FlxList Object |
FlxQuadTree for how to use it, IF YOU DARE.
| Property | Defined By | ||
|---|---|---|---|
| next : FlxList
Stores a reference to the next link in the list. | FlxList | ||
| object : FlxObject
Stores a reference to a FlxObject. | FlxList | ||
| Method | Defined By | ||
|---|---|---|---|
FlxList()
Creates a new link, and sets object and next to null. | FlxList | ||
destroy():void
Clean up memory. | FlxList | ||
| next | property |
public var next:FlxListStores a reference to the next link in the list.
| object | property |
public var object:FlxObject
Stores a reference to a FlxObject.
| FlxList | () | Constructor |
public function FlxList()
Creates a new link, and sets object and next to null.
| destroy | () | method |
public function destroy():voidClean up memory.