C# Class OpenRA.Mods.RA.Traits.LightPaletteRotator

Inheritance: ITick, IPaletteModifier
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
LightPaletteRotator ( LightPaletteRotatorInfo info ) : System.Collections.Generic
Tick ( Actor self ) : void

Method Details

AdjustPalette() public méthode

public AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
palettes MutablePalette>.IReadOnlyDictionary
Résultat void

LightPaletteRotator() public méthode

public LightPaletteRotator ( LightPaletteRotatorInfo info ) : System.Collections.Generic
info LightPaletteRotatorInfo
Résultat System.Collections.Generic

Tick() public méthode

public Tick ( Actor self ) : void
self Actor
Résultat void