C# Class OpenRA.Mods.Common.Traits.GlobalLightingPaletteEffect

Inheritance: IPaletteModifier
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Ambient float
Blue float
Green float
Red float

Méthodes publiques

Méthode Description
AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
GlobalLightingPaletteEffect ( GlobalLightingPaletteEffectInfo info ) : System.Collections.Generic

Method Details

AdjustPalette() public méthode

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

GlobalLightingPaletteEffect() public méthode

public GlobalLightingPaletteEffect ( GlobalLightingPaletteEffectInfo info ) : System.Collections.Generic
info GlobalLightingPaletteEffectInfo
Résultat System.Collections.Generic

Property Details

Ambient public_oe property

public float Ambient
Résultat float

Blue public_oe property

public float Blue
Résultat float

Green public_oe property

public float Green
Résultat float

Red public_oe property

public float Red
Résultat float