C# 클래스 RektTransform.MinMax

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

공개 프로퍼티들

프로퍼티 타입 설명
max UnityEngine.Vector2
min UnityEngine.Vector2

공개 메소드들

메소드 설명
MinMax ( Vector2 min, Vector2 max ) : System.Collections
MinMax ( float minx, float miny, float maxx, float maxy ) : System.Collections

메소드 상세

MinMax() 공개 메소드

public MinMax ( Vector2 min, Vector2 max ) : System.Collections
min UnityEngine.Vector2
max UnityEngine.Vector2
리턴 System.Collections

MinMax() 공개 메소드

public MinMax ( float minx, float miny, float maxx, float maxy ) : System.Collections
minx float
miny float
maxx float
maxy float
리턴 System.Collections

프로퍼티 상세

max 공개적으로 프로퍼티

public Vector2,UnityEngine max
리턴 UnityEngine.Vector2

min 공개적으로 프로퍼티

public Vector2,UnityEngine min
리턴 UnityEngine.Vector2