C# 클래스 Pathfinding.IntRect

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

공개 프로퍼티들

프로퍼티 타입 설명
xmin int

공개 메소드들

메소드 설명
Contains ( int x, int y ) : bool
DebugDraw ( Matrix4x4 matrix, Color col ) : void
Expand ( int range ) : IntRect
IntRect ( int xmin, int ymin, int xmax, int ymax ) : System.Collections
Intersection ( IntRect a, IntRect b ) : IntRect
IsValid ( ) : bool
Union ( IntRect a, IntRect b ) : IntRect

메소드 상세

Contains() 공개 메소드

public Contains ( int x, int y ) : bool
x int
y int
리턴 bool

DebugDraw() 공개 메소드

public DebugDraw ( Matrix4x4 matrix, Color col ) : void
matrix UnityEngine.Matrix4x4
col UnityEngine.Color
리턴 void

Expand() 공개 메소드

public Expand ( int range ) : IntRect
range int
리턴 IntRect

IntRect() 공개 메소드

public IntRect ( int xmin, int ymin, int xmax, int ymax ) : System.Collections
xmin int
ymin int
xmax int
ymax int
리턴 System.Collections

Intersection() 공개 정적인 메소드

public static Intersection ( IntRect a, IntRect b ) : IntRect
a IntRect
b IntRect
리턴 IntRect

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Union() 공개 정적인 메소드

public static Union ( IntRect a, IntRect b ) : IntRect
a IntRect
b IntRect
리턴 IntRect

프로퍼티 상세

xmin 공개적으로 프로퍼티

public int xmin
리턴 int