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

Inheritance: ITick, IPaletteModifier
Mostrar archivo Open project: pchote/OpenRA

Public Methods

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

Method Details

AdjustPalette() public method

public AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
palettes MutablePalette>.IReadOnlyDictionary
return void

LightPaletteRotator() public method

public LightPaletteRotator ( LightPaletteRotatorInfo info ) : System.Collections.Generic
info LightPaletteRotatorInfo
return System.Collections.Generic

Tick() public method

public Tick ( Actor self ) : void
self Actor
return void