C# 클래스 WarTornLands.Infrastructure.Systems.SkyLight.Lightmanager

파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
AddLight ( Entities light, bool isUpperLight = false ) : void
SetDayCycle ( List gradient, int durationMS, bool pingPong = false ) : void
SetStaticColor ( Color c ) : void

메소드 상세

AddLight() 공개 메소드

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

SetDayCycle() 공개 메소드

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

SetStaticColor() 공개 메소드

public SetStaticColor ( Color c ) : void
c Color
리턴 void