C# Class WarTornLands.Infrastructure.Systems.SkyLight.Lightmanager

Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

Méthode Description
AddLight ( Entities light, bool isUpperLight = false ) : void
SetDayCycle ( List gradient, int durationMS, bool pingPong = false ) : void
SetStaticColor ( Color c ) : void

Method Details

AddLight() public méthode

public AddLight ( Entities light, bool isUpperLight = false ) : void
light Entities
isUpperLight bool
Résultat void

SetDayCycle() public méthode

public SetDayCycle ( List gradient, int durationMS, bool pingPong = false ) : void
gradient List
durationMS int
pingPong bool
Résultat void

SetStaticColor() public méthode

public SetStaticColor ( Color c ) : void
c Color
Résultat void