C# 클래스 Mappy_Map2D.Tile

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Contains ( Vector2 point, Tile a ) : bool
Intersects ( Rectangle objDestRect, Tile a ) : bool
ToString ( ) : string

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( Vector2 point, Tile a ) : bool
point Vector2
a Tile
리턴 bool

Intersects() 공개 정적인 메소드

public static Intersects ( Rectangle objDestRect, Tile a ) : bool
objDestRect Microsoft.Xna.Framework.Rectangle
a Tile
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string