C# 클래스 Delaunay.BoundsCheck

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

공개 프로퍼티들

프로퍼티 타입 설명
BOTTOM int
LEFT int
RIGHT int
TOP int

공개 메소드들

메소드 설명
BoundsCheck ( ) : System
Check ( Vector2 point, Rect bounds ) : int

메소드 상세

BoundsCheck() 공개 메소드

public BoundsCheck ( ) : System
리턴 System

Check() 공개 정적인 메소드

public static Check ( Vector2 point, Rect bounds ) : int
point Vector2
bounds UnityEngine.Rect
리턴 int

프로퍼티 상세

BOTTOM 공개적으로 정적으로 프로퍼티

public static int BOTTOM
리턴 int

LEFT 공개적으로 정적으로 프로퍼티

public static int LEFT
리턴 int

RIGHT 공개적으로 정적으로 프로퍼티

public static int RIGHT
리턴 int

TOP 공개적으로 정적으로 프로퍼티

public static int TOP
리턴 int