C# Class OpenRA.Traits.IndexedPlayerPalette

Inheritance: ILoadsPlayerPalettes
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
IndexedPlayerPalette ( IndexedPlayerPaletteInfo info ) : System.Collections.Generic
LoadPlayerPalettes ( WorldRenderer wr, string playerName, HSLColor color, bool replaceExisting ) : void

Method Details

IndexedPlayerPalette() public méthode

public IndexedPlayerPalette ( IndexedPlayerPaletteInfo info ) : System.Collections.Generic
info IndexedPlayerPaletteInfo
Résultat System.Collections.Generic

LoadPlayerPalettes() public méthode

public LoadPlayerPalettes ( WorldRenderer wr, string playerName, HSLColor color, bool replaceExisting ) : void
wr OpenRA.Graphics.WorldRenderer
playerName string
color OpenRA.Graphics.HSLColor
replaceExisting bool
Résultat void