C# 클래스 AssemblyCSharp.MathExtensions

파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 메소드들

메소드 설명
Clamp ( this value, int min, int max ) : int

메소드 상세

Clamp() 공개 정적인 메소드

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