Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AssemblyCSharp
MathExtensions
C# Class AssemblyCSharp.MathExtensions
Mostrar archivo
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