C# Class AssemblyCSharp.MathExtensions

Exibir arquivo Open project: wooga/ps_social_jam

Public Methods

Method Description
Clamp ( this value, int min, int max ) : int

Method Details

Clamp() public static method

public static Clamp ( this value, int min, int max ) : int
value this
min int
max int
return int