C# 클래스 OpenRA.Mods.RA.Traits.LightPaletteRotator

상속: ITick, IPaletteModifier
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
LightPaletteRotator ( LightPaletteRotatorInfo info ) : System.Collections.Generic
Tick ( Actor self ) : void

메소드 상세

AdjustPalette() 공개 메소드

public AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
palettes MutablePalette>.IReadOnlyDictionary
리턴 void

LightPaletteRotator() 공개 메소드

public LightPaletteRotator ( LightPaletteRotatorInfo info ) : System.Collections.Generic
info LightPaletteRotatorInfo
리턴 System.Collections.Generic

Tick() 공개 메소드

public Tick ( Actor self ) : void
self Actor
리턴 void