C# Class ParkitectNexus.Data.Assets.Modding.ModAsset

Inheritance: Asset, IModAsset
Afficher le fichier Open project: ParkitectNexus/ParkitectNexusClient Class Usage Examples

Méthodes publiques

Méthode Description
GetImage ( ) : Image
ModAsset ( string path, IModMetadata metadata, AssetWithImageCachedData cachedData, ModInformation information ) : System
Open ( ) : Stream
OpenLogFile ( ) : StreamWriter
SaveInformation ( ) : void
ToString ( ) : string

Returns a string that represents the current object.

Method Details

GetImage() public méthode

public GetImage ( ) : Image
Résultat Image

ModAsset() public méthode

public ModAsset ( string path, IModMetadata metadata, AssetWithImageCachedData cachedData, ModInformation information ) : System
path string
metadata IModMetadata
cachedData ParkitectNexus.Data.Assets.CachedData.AssetWithImageCachedData
information ModInformation
Résultat System

Open() public méthode

public Open ( ) : Stream
Résultat Stream

OpenLogFile() public méthode

public OpenLogFile ( ) : StreamWriter
Résultat System.IO.StreamWriter

SaveInformation() public méthode

public SaveInformation ( ) : void
Résultat void

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string