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

Inheritance: Asset, IModAsset
Mostra file Open project: ParkitectNexus/ParkitectNexusClient Class Usage Examples

Public Methods

Method 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 method

public GetImage ( ) : Image
return Image

ModAsset() public method

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

Open() public method

public Open ( ) : Stream
return Stream

OpenLogFile() public method

public OpenLogFile ( ) : StreamWriter
return System.IO.StreamWriter

SaveInformation() public method

public SaveInformation ( ) : void
return void

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string