C# 클래스 Bricklayer.Client.Interface.LobbyScreen

상속: Bricklayer.Client.Interface.BaseScreen
파일 보기 프로젝트 열기: Cyral/Bricklayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Intro string
Lobby LobbyWindow
Name string
Online int
Rooms List

공개 메소드들

메소드 설명
Add ( Bricklayer.Client.Interface.ScreenManager screenManager ) : void
Remove ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Bricklayer.Client.Interface.ScreenManager screenManager ) : void
screenManager Bricklayer.Client.Interface.ScreenManager
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Intro 공개적으로 프로퍼티

public string Intro
리턴 string

Lobby 공개적으로 프로퍼티

public LobbyWindow,Bricklayer.Client.Interface Lobby
리턴 LobbyWindow

Name 공개적으로 프로퍼티

public string Name
리턴 string

Online 공개적으로 프로퍼티

public int Online
리턴 int

Rooms 공개적으로 프로퍼티

public List Rooms
리턴 List