C# 클래스 tk2dAtlas.DisjointRectCollection

파일 보기 프로젝트 열기: CodeStrumpet/Elemental

공개 프로퍼티들

프로퍼티 타입 설명
rects List

공개 메소드들

메소드 설명
Add ( Rect r ) : bool
Clear ( ) : void

비공개 메소드들

메소드 설명
Disjoint ( Rect r ) : bool
IsDisjoint ( Rect a, Rect b ) : bool

메소드 상세

Add() 공개 메소드

public Add ( Rect r ) : bool
r Rect
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

rects 공개적으로 프로퍼티

public List rects
리턴 List