C# Class fliXNA_xbox.FlxList

Show file Open project: jlorek/flxSharp Class Usage Examples

Public Properties

Property Type Description
Object FlxObject
next FlxList

Public Methods

Method Description
FlxList ( ) : System
destroy ( ) : void

Method Details

FlxList() public method

public FlxList ( ) : System
return System

destroy() public method

public destroy ( ) : void
return void

Property Details

Object public property

public FlxObject Object
return FlxObject

next public property

public FlxList,fliXNA_xbox next
return FlxList