C# 클래스 OpenRA.RemoteMapData

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
author string
bounds System.Drawing.Rectangle
categories string[]
downloading bool
map_grid_type MapGridType
minimap string
players int
players_block string
rules string
spawnpoints int[]
tileset string
title string

프로퍼티 상세

author 공개적으로 프로퍼티

public string author
리턴 string

bounds 공개적으로 프로퍼티

public Rectangle,System.Drawing bounds
리턴 System.Drawing.Rectangle

categories 공개적으로 프로퍼티

public string[] categories
리턴 string[]

downloading 공개적으로 프로퍼티

public bool downloading
리턴 bool

map_grid_type 공개적으로 프로퍼티

public MapGridType map_grid_type
리턴 MapGridType

minimap 공개적으로 프로퍼티

public string minimap
리턴 string

players 공개적으로 프로퍼티

public int players
리턴 int

players_block 공개적으로 프로퍼티

public string players_block
리턴 string

rules 공개적으로 프로퍼티

public string rules
리턴 string

spawnpoints 공개적으로 프로퍼티

public int[] spawnpoints
리턴 int[]

tileset 공개적으로 프로퍼티

public string tileset
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string