C# Class AssemblyCSharp.MathExtensions

Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

Méthode Description
Clamp ( this value, int min, int max ) : int

Method Details

Clamp() public static méthode

public static Clamp ( this value, int min, int max ) : int
value this
min int
max int
Résultat int