C# 클래스 spaceconquest.GameScreen

상속: Screen
파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clickedaction Command.Action
galaxy Galaxy
middleman MiddleMan
player Player
rotatespeed float
scrollspeed float
selectedhex Hex3D
space Space
zoomspeed float

공개 메소드들

메소드 설명
Draw ( ) : void
GameScreen ( bool h, String ipstring, int numclients, Map m ) : System
Quit ( ) : void
Save ( ) : void
Update ( ) : void
UpdateGalaxy ( ) : void
UpdateSolar ( ) : void

비공개 메소드들

메소드 설명
GalaxyClick ( Object o, EventArgs e ) : void
UpgradeClick ( Object o, EventArgs e ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GameScreen() 공개 메소드

public GameScreen ( bool h, String ipstring, int numclients, Map m ) : System
h bool
ipstring String
numclients int
m Map
리턴 System

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateGalaxy() 공개 메소드

public UpdateGalaxy ( ) : void
리턴 void

UpdateSolar() 공개 메소드

public UpdateSolar ( ) : void
리턴 void

프로퍼티 상세

clickedaction 공개적으로 프로퍼티

public Command.Action clickedaction
리턴 Command.Action

galaxy 공개적으로 프로퍼티

public Galaxy,spaceconquest galaxy
리턴 Galaxy

middleman 공개적으로 프로퍼티

public MiddleMan middleman
리턴 MiddleMan

player 공개적으로 프로퍼티

public Player,spaceconquest player
리턴 Player

rotatespeed 공개적으로 정적으로 프로퍼티

public static float rotatespeed
리턴 float

scrollspeed 공개적으로 정적으로 프로퍼티

public static float scrollspeed
리턴 float

selectedhex 공개적으로 프로퍼티

public Hex3D,spaceconquest selectedhex
리턴 Hex3D

space 공개적으로 프로퍼티

public Space space
리턴 Space

zoomspeed 공개적으로 정적으로 프로퍼티

public static float zoomspeed
리턴 float