C# 클래스 BB.Coor

파일 보기 프로젝트 열기: SNUGDC/snugdc-study-bouncy_ball 1 사용 예제들

공개 메소드들

메소드 설명
Coor ( int x, int y ) : System
GetHashCode ( ) : int
ToVector2 ( ) : Vector2

메소드 상세

Coor() 공개 메소드

public Coor ( int x, int y ) : System
x int
y int
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToVector2() 공개 메소드

public ToVector2 ( ) : Vector2
리턴 Vector2