C# 클래스 OpenRA.MapPreview.InnerData

Wrapper that enables map data to be replaced in an atomic fashion
파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Author string
Bounds System.Drawing.Rectangle
Categories string[]
Class MapClassification
GridType MapGridType
PlayerCount int
Players MapPlayers
Preview System.Drawing.Bitmap
SpawnPoints OpenRA.CPos[]
Status MapStatus
TileSet string
Title string
Visibility MapVisibility

공개 메소드들

메소드 설명
Clone ( ) : InnerData
SetRulesetGenerator ( OpenRA.ModData modData, bool>.Func generator ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : InnerData
리턴 InnerData

SetRulesetGenerator() 공개 메소드

public SetRulesetGenerator ( OpenRA.ModData modData, bool>.Func generator ) : void
modData OpenRA.ModData
generator bool>.Func
리턴 void

프로퍼티 상세

Author 공개적으로 프로퍼티

public string Author
리턴 string

Bounds 공개적으로 프로퍼티

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

Categories 공개적으로 프로퍼티

public string[] Categories
리턴 string[]

Class 공개적으로 프로퍼티

public MapClassification Class
리턴 MapClassification

GridType 공개적으로 프로퍼티

public MapGridType GridType
리턴 MapGridType

PlayerCount 공개적으로 프로퍼티

public int PlayerCount
리턴 int

Players 공개적으로 프로퍼티

public MapPlayers,OpenRA Players
리턴 MapPlayers

Preview 공개적으로 프로퍼티

public Bitmap,System.Drawing Preview
리턴 System.Drawing.Bitmap

SpawnPoints 공개적으로 프로퍼티

public CPos[],OpenRA SpawnPoints
리턴 OpenRA.CPos[]

Status 공개적으로 프로퍼티

public MapStatus Status
리턴 MapStatus

TileSet 공개적으로 프로퍼티

public string TileSet
리턴 string

Title 공개적으로 프로퍼티

public string Title
리턴 string

Visibility 공개적으로 프로퍼티

public MapVisibility Visibility
리턴 MapVisibility