C# 클래스 ServersideGameCode.Player

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

공개 메소드들

메소드 설명
Draw ( Graphics g ) : void
IsColliding ( Point point ) : bool
Player ( ) : System

메소드 상세

Draw() 공개 메소드

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

IsColliding() 공개 메소드

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

Player() 공개 메소드

public Player ( ) : System
리턴 System