C# 클래스 Coord, Griddy

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

공개 메소드들

메소드 설명
Coord ( Vector2 vector ) : System.Collections
Coord ( float x, float y ) : System.Collections
Coord ( int x, int y ) : System.Collections
Equals ( Coord coord ) : bool
Equals ( Vector2 vector ) : bool
Equals ( float x, float y ) : bool
Equals ( int x, int y ) : bool
ToString ( ) : string
ToVector ( ) : Vector2

메소드 상세

Coord() 공개 메소드

public Coord ( Vector2 vector ) : System.Collections
vector Vector2
리턴 System.Collections

Coord() 공개 메소드

public Coord ( float x, float y ) : System.Collections
x float
y float
리턴 System.Collections

Coord() 공개 메소드

public Coord ( int x, int y ) : System.Collections
x int
y int
리턴 System.Collections

Equals() 공개 메소드

public Equals ( Coord coord ) : bool
coord Coord
리턴 bool

Equals() 공개 메소드

public Equals ( Vector2 vector ) : bool
vector Vector2
리턴 bool

Equals() 공개 메소드

public Equals ( float x, float y ) : bool
x float
y float
리턴 bool

Equals() 공개 메소드

public Equals ( int x, int y ) : bool
x int
y int
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToVector() 공개 메소드

public ToVector ( ) : Vector2
리턴 Vector2