C# 클래스 MonoGdx.XnaExt

파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 메소드들

메소드 설명
IsButtonPressed ( this state, int button ) : bool
IsMapMap ( this filter ) : bool
Multiply ( this color1, Color color2 ) : Color
MultiplyAlpha ( this color, float alphaFactor ) : Color

메소드 상세

IsButtonPressed() 공개 정적인 메소드

public static IsButtonPressed ( this state, int button ) : bool
state this
button int
리턴 bool

IsMapMap() 공개 정적인 메소드

public static IsMapMap ( this filter ) : bool
filter this
리턴 bool

Multiply() 공개 정적인 메소드

public static Multiply ( this color1, Color color2 ) : Color
color1 this
color2 Color
리턴 Color

MultiplyAlpha() 공개 정적인 메소드

public static MultiplyAlpha ( this color, float alphaFactor ) : Color
color this
alphaFactor float
리턴 Color