C# 클래스 ServersideGameCode.Cityscape

파일 보기 프로젝트 열기: moly/Flash-Gorillas-Online 1 사용 예제들

공개 메소드들

메소드 설명
BuildSkylines ( int numberOfSkylines ) : void
Cityscape ( ) : System
CreateSmallExplosion ( int x, int y ) : void
Draw ( Graphics g ) : void
IsColliding ( Point point ) : bool
NextCityscape ( ) : void
SetCityscape ( int cityscapeNumber ) : void

비공개 메소드들

메소드 설명
DrawCircle ( int x, int y, int radius, Color colour ) : void
DrawWindLine ( ) : void
PlaceGorilla ( int playerNumber, List buildingCoordinates ) : Point
Plot4EllipsePoints ( int x, int y, int px, int py, Color colour ) : void
SetWindSpeed ( ) : int

메소드 상세

BuildSkylines() 공개 메소드

public BuildSkylines ( int numberOfSkylines ) : void
numberOfSkylines int
리턴 void

Cityscape() 공개 메소드

public Cityscape ( ) : System
리턴 System

CreateSmallExplosion() 공개 메소드

public CreateSmallExplosion ( int x, int y ) : void
x int
y int
리턴 void

Draw() 공개 메소드

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

IsColliding() 공개 메소드

public IsColliding ( Point point ) : bool
point Point
리턴 bool

NextCityscape() 공개 메소드

public NextCityscape ( ) : void
리턴 void

SetCityscape() 공개 메소드

public SetCityscape ( int cityscapeNumber ) : void
cityscapeNumber int
리턴 void