C# 클래스 UHSampleGame.LevelManagement.LevelManager

파일 보기 프로젝트 열기: holtkampw/UH-Sample-XNA-Project

공개 프로퍼티들

프로퍼티 타입 설명
CurrentLevel Level

공개 메소드들

메소드 설명
AddPlayer ( Player player ) : void
CreateLevel ( Vector2 size, PlayerSetup playerSetup ) : void
Initialize ( ) : void
LoadLevel ( int level ) : void

비공개 메소드들

메소드 설명
InitLevel1 ( ) : void
SetupPlayerOnMap ( List activePlayers, List map, int currentPlayerIndex, int y ) : int

메소드 상세

AddPlayer() 공개 정적인 메소드

public static AddPlayer ( Player player ) : void
player UHSampleGame.Players.Player
리턴 void

CreateLevel() 공개 정적인 메소드

public static CreateLevel ( Vector2 size, PlayerSetup playerSetup ) : void
size Vector2
playerSetup UHSampleGame.Players.PlayerSetup
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LoadLevel() 공개 정적인 메소드

public static LoadLevel ( int level ) : void
level int
리턴 void

프로퍼티 상세

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

public static Level CurrentLevel
리턴 Level