C# 클래스 OpenRA.MapPreview

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

공개 프로퍼티들

프로퍼티 타입 설명
Uid string

공개 메소드들

메소드 설명
CancelInstall ( ) : void
Delete ( ) : void
Dispose ( ) : void
GetMinimap ( ) : Sprite
Install ( System.Action onSuccess ) : void
Invalidate ( ) : void
MapPreview ( OpenRA.ModData modData, string uid, MapGridType gridType, MapCache cache ) : System
PreloadRules ( ) : void
UpdateFromMap ( IReadOnlyPackage p, IReadOnlyPackage parent, MapClassification classification, string mapCompatibility, MapGridType gridType ) : void
UpdateRemoteSearch ( MapStatus status, MiniYaml yaml, Action parseMetadata = null ) : void

비공개 메소드들

메소드 설명
IReadOnlyFileSystem ( string filename ) : Stream
IReadOnlyFileSystem ( string filename ) : bool
IReadOnlyFileSystem ( string path, IReadOnlyPackage &package, string &filename ) : bool
IReadOnlyFileSystem ( string filename, Stream &s ) : bool
LoadRuleSection ( MiniYaml>.Dictionary yaml, string section ) : MiniYaml
SetMinimap ( Sprite minimap ) : void

메소드 상세

CancelInstall() 공개 메소드

public CancelInstall ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMinimap() 공개 메소드

public GetMinimap ( ) : Sprite
리턴 OpenRA.Graphics.Sprite

Install() 공개 메소드

public Install ( System.Action onSuccess ) : void
onSuccess System.Action
리턴 void

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

MapPreview() 공개 메소드

public MapPreview ( OpenRA.ModData modData, string uid, MapGridType gridType, MapCache cache ) : System
modData OpenRA.ModData
uid string
gridType MapGridType
cache MapCache
리턴 System

PreloadRules() 공개 메소드

public PreloadRules ( ) : void
리턴 void

UpdateFromMap() 공개 메소드

public UpdateFromMap ( IReadOnlyPackage p, IReadOnlyPackage parent, MapClassification classification, string mapCompatibility, MapGridType gridType ) : void
p IReadOnlyPackage
parent IReadOnlyPackage
classification MapClassification
mapCompatibility string
gridType MapGridType
리턴 void

UpdateRemoteSearch() 공개 메소드

public UpdateRemoteSearch ( MapStatus status, MiniYaml yaml, Action parseMetadata = null ) : void
status MapStatus
yaml MiniYaml
parseMetadata Action
리턴 void

프로퍼티 상세

Uid 공개적으로 프로퍼티

public string Uid
리턴 string