C# 클래스 Bounds2D, tutorials

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

공개 메소드들

메소드 설명
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,

메소드 상세

Bounds2D() 공개 메소드

public Bounds2D ( ) : System.Collections
리턴 System.Collections

Bounds2D() 공개 메소드

public Bounds2D ( int x, int y, int width, int height ) : System.Collections
x int
y int
width int
height int
리턴 System.Collections

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

intersection() 공개 메소드

public intersection ( Bounds2D, other ) : Bounds2D,
other Bounds2D,
리턴 Bounds2D,

isHorizontalOverlap() 공개 메소드

public isHorizontalOverlap ( Bounds2D, other ) : bool
other Bounds2D,
리턴 bool

isVerticalOverlap() 공개 메소드

public isVerticalOverlap ( Bounds2D, other ) : bool
other Bounds2D,
리턴 bool

overlaps() 공개 메소드

public overlaps ( Bounds2D, other ) : bool
other Bounds2D,
리턴 bool

toLocal() 공개 메소드

public toLocal ( Bounds2D, global ) : Bounds2D,
global Bounds2D,
리턴 Bounds2D,