C# 클래스 Light, MOSH

파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 메소드들

메소드 설명
GetBrightness ( ) : float
GetDistanceMod ( Vector2, otherPos ) : float
Light ( Vector2, p, float b )
Switch ( ) : void

비공개 메소드들

메소드 설명
GetTintedColor ( Light, lights, Vector2, myPos ) : Color,

메소드 상세

GetBrightness() 공개 메소드

public GetBrightness ( ) : float
리턴 float

GetDistanceMod() 공개 메소드

public GetDistanceMod ( Vector2, otherPos ) : float
otherPos Vector2,
리턴 float

Light() 공개 메소드

public Light ( Vector2, p, float b )
p Vector2,
b float

Switch() 공개 메소드

public Switch ( ) : void
리턴 void