C# 클래스 FermiInTheAir.GameObjects.GameObject

파일 보기 프로젝트 열기: TominaP/Fermi-in-the-air 1 사용 예제들

공개 메소드들

메소드 설명
GameObject ( int height, int width, Point pos, char symbol )
GetHashCode ( ) : int
Move ( ) : void
SetPositionsCoordinates ( ) : void

메소드 상세

GameObject() 공개 메소드

public GameObject ( int height, int width, Point pos, char symbol )
height int
width int
pos Point
symbol char

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Move() 공개 메소드

public Move ( ) : void
리턴 void

SetPositionsCoordinates() 공개 메소드

public SetPositionsCoordinates ( ) : void
리턴 void