C# 클래스 TerrainPainter.tp_MinMax

파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 메소드들

메소드 설명
LerpValue ( float angle ) : float

Get the value between angles IverseLerp

Set ( Vector2 v ) : void

Set

Set ( float x, float y ) : void

Set

tp_MinMax ( Vector2 v ) : System

Constructor

tp_MinMax ( float min, float max ) : System

Constructor

메소드 상세

LerpValue() 공개 메소드

Get the value between angles IverseLerp
public LerpValue ( float angle ) : float
angle float
리턴 float

Set() 공개 메소드

Set
public Set ( Vector2 v ) : void
v Vector2
리턴 void

Set() 공개 메소드

Set
public Set ( float x, float y ) : void
x float
y float
리턴 void

tp_MinMax() 공개 메소드

Constructor
public tp_MinMax ( Vector2 v ) : System
v Vector2
리턴 System

tp_MinMax() 공개 메소드

Constructor
public tp_MinMax ( float min, float max ) : System
min float
max float
리턴 System