Method | Description | |
---|---|---|
Bounds2D ( ) : System.Collections | ||
Bounds2D ( int x, int y, int width, int height ) : System.Collections | ||
ToString ( ) : string | ||
intersection ( Bounds2D, other ) : Bounds2D, | ||
isHorizontalOverlap ( Bounds2D, other ) : bool | ||
isVerticalOverlap ( Bounds2D, other ) : bool | ||
overlaps ( Bounds2D, other ) : bool | ||
toLocal ( Bounds2D, global ) : Bounds2D, |
public Bounds2D ( int x, int y, int width, int height ) : System.Collections | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System.Collections |
public intersection ( Bounds2D, other ) : Bounds2D, | ||
other | Bounds2D, | |
return | Bounds2D, |
public isHorizontalOverlap ( Bounds2D, other ) : bool | ||
other | Bounds2D, | |
return | bool |
public isVerticalOverlap ( Bounds2D, other ) : bool | ||
other | Bounds2D, | |
return | bool |
public toLocal ( Bounds2D, global ) : Bounds2D, | ||
global | Bounds2D, | |
return | Bounds2D, |