C# Class OpenRA.MapPreview

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Uid string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CancelInstall() public méthode

public CancelInstall ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetMinimap() public méthode

public GetMinimap ( ) : Sprite
Résultat OpenRA.Graphics.Sprite

Install() public méthode

public Install ( System.Action onSuccess ) : void
onSuccess System.Action
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

MapPreview() public méthode

public MapPreview ( OpenRA.ModData modData, string uid, MapGridType gridType, MapCache cache ) : System
modData OpenRA.ModData
uid string
gridType MapGridType
cache MapCache
Résultat System

PreloadRules() public méthode

public PreloadRules ( ) : void
Résultat void

UpdateFromMap() public méthode

public UpdateFromMap ( IReadOnlyPackage p, IReadOnlyPackage parent, MapClassification classification, string mapCompatibility, MapGridType gridType ) : void
p IReadOnlyPackage
parent IReadOnlyPackage
classification MapClassification
mapCompatibility string
gridType MapGridType
Résultat void

UpdateRemoteSearch() public méthode

public UpdateRemoteSearch ( MapStatus status, MiniYaml yaml, Action parseMetadata = null ) : void
status MapStatus
yaml MiniYaml
parseMetadata Action
Résultat void

Property Details

Uid public_oe property

public string Uid
Résultat string