C# Class MonoGdx.XnaExt

Afficher le fichier Open project: jaquadro/MonoGdx

Méthodes publiques

Méthode Description
IsButtonPressed ( this state, int button ) : bool
IsMapMap ( this filter ) : bool
Multiply ( this color1, Color color2 ) : Color
MultiplyAlpha ( this color, float alphaFactor ) : Color

Method Details

IsButtonPressed() public static méthode

public static IsButtonPressed ( this state, int button ) : bool
state this
button int
Résultat bool

IsMapMap() public static méthode

public static IsMapMap ( this filter ) : bool
filter this
Résultat bool

Multiply() public static méthode

public static Multiply ( this color1, Color color2 ) : Color
color1 this
color2 Color
Résultat Color

MultiplyAlpha() public static méthode

public static MultiplyAlpha ( this color, float alphaFactor ) : Color
color this
alphaFactor float
Résultat Color