C# Class XNAGraphics.ComponentBundle.LayerBundle.LayerCollection

Inheritance: XNAGraphics.KernelBundle.BasicsBundle.BasicCollection
Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts Class Usage Examples

Méthodes publiques

Méthode Description
LayerCollection ( string identifier ) : System
LayerCollection ( string identifier, int priority ) : System
comparePriority ( Object x, Object y ) : int
get ( string identifier ) : Layer
sortByPriority ( ) : void

Sort layers in collection by layer priority.

Method Details

LayerCollection() public méthode

public LayerCollection ( string identifier ) : System
identifier string
Résultat System

LayerCollection() public méthode

public LayerCollection ( string identifier, int priority ) : System
identifier string
priority int
Résultat System

comparePriority() public méthode

public comparePriority ( Object x, Object y ) : int
x Object
y Object
Résultat int

get() public méthode

public get ( string identifier ) : Layer
identifier string
Résultat Layer

sortByPriority() public méthode

Sort layers in collection by layer priority.
public sortByPriority ( ) : void
Résultat void