C# Class fliXNA_xbox.FlxList

Mostrar archivo 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_oe property

public FlxObject Object
return FlxObject

next public_oe property

public FlxList,fliXNA_xbox next
return FlxList