C# Class MegaMan.Engine.PaletteSystem

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string paletteName ) : Palette
LoadPalettes ( IEnumerable paletteInfos ) : void
ResetAll ( ) : void
Unload ( ) : void

Method Details

Get() public static méthode

public static Get ( string paletteName ) : Palette
paletteName string
Résultat Palette

LoadPalettes() public static méthode

public static LoadPalettes ( IEnumerable paletteInfos ) : void
paletteInfos IEnumerable
Résultat void

ResetAll() public static méthode

public static ResetAll ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void