C# Class fliXNA_xbox.FlxGroup

Inheritance: FlxObject
Afficher le fichier Open project: bpercevic/flixel-XNA Class Usage Examples

Méthodes publiques

Свойство Type Description
length float
members List

Protected Properties

Свойство Type Description
_marker uint
_maxSize uint
_sortIndex string
_sortOrder int

Méthodes publiques

Méthode Description
FlxGroup ( uint MaxSize ) : System
add ( FlxBasic Object ) : FlxBasic

Add a FlxObject to the group

destroy ( ) : void

Destroy all objects in the group

draw ( ) : void
getFirstAvailable ( Object ObjectClass ) : FlxBasic
kill ( ) : void

Kill all objects in the group

preUpdate ( ) : void
recycle ( Object ObjectClass ) : FlxBasic
update ( ) : void

Method Details

FlxGroup() public méthode

public FlxGroup ( uint MaxSize ) : System
MaxSize uint
Résultat System

add() public méthode

Add a FlxObject to the group
public add ( FlxBasic Object ) : FlxBasic
Object FlxBasic
Résultat FlxBasic

destroy() public méthode

Destroy all objects in the group
public destroy ( ) : void
Résultat void

draw() public méthode

public draw ( ) : void
Résultat void

getFirstAvailable() public méthode

public getFirstAvailable ( Object ObjectClass ) : FlxBasic
ObjectClass Object
Résultat FlxBasic

kill() public méthode

Kill all objects in the group
public kill ( ) : void
Résultat void

preUpdate() public méthode

public preUpdate ( ) : void
Résultat void

recycle() public méthode

public recycle ( Object ObjectClass ) : FlxBasic
ObjectClass Object
Résultat FlxBasic

update() public méthode

public update ( ) : void
Résultat void

Property Details

_marker protected_oe property

protected uint _marker
Résultat uint

_maxSize protected_oe property

protected uint _maxSize
Résultat uint

_sortIndex protected_oe property

protected string _sortIndex
Résultat string

_sortOrder protected_oe property

protected int _sortOrder
Résultat int

length public_oe property

public float length
Résultat float

members public_oe property

public List members
Résultat List