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

Exibir arquivo Open project: floAr/WarTornLands

Public Methods

Method 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 method

public AddLight ( Entities light, bool isUpperLight = false ) : void
light Entities
isUpperLight bool
return void

SetDayCycle() public method

public SetDayCycle ( List gradient, int durationMS, bool pingPong = false ) : void
gradient List
durationMS int
pingPong bool
return void

SetStaticColor() public method

public SetStaticColor ( Color c ) : void
c Color
return void