C# Class tk2dEditor.Atlas.DisjointRectCollection

Mostrar archivo Open project: Collegiennes/Malisse

Public Properties

Property Type Description
rects List

Public Methods

Method Description
Add ( Rect r ) : bool
Clear ( ) : void

Private Methods

Method Description
Disjoint ( Rect r ) : bool
IsDisjoint ( Rect a, Rect b ) : bool

Method Details

Add() public method

public Add ( Rect r ) : bool
r Rect
return bool

Clear() public method

public Clear ( ) : void
return void

Property Details

rects public_oe property

public List rects
return List