C# 클래스 ServersideGameCode.Banana

파일 보기 프로젝트 열기: moly/Flash-Gorillas-Online

공개 메소드들

메소드 설명
Draw ( Graphics g ) : void
Launch ( float angle, int velocity, float gravity, float windSpeed, Point startPoint, Cityscape cityscape, Player player1, Player player2 ) : int

메소드 상세

Draw() 공개 메소드

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

Launch() 공개 메소드

public Launch ( float angle, int velocity, float gravity, float windSpeed, Point startPoint, Cityscape cityscape, Player player1, Player player2 ) : int
angle float
velocity int
gravity float
windSpeed float
startPoint Point
cityscape Cityscape
player1 Player
player2 Player
리턴 int