C# 클래스 ParkitectNexus.Data.Assets.Modding.ModAsset

상속: Asset, IModAsset
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image

ModAsset() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : Stream
리턴 Stream

OpenLogFile() 공개 메소드

public OpenLogFile ( ) : StreamWriter
리턴 System.IO.StreamWriter

SaveInformation() 공개 메소드

public SaveInformation ( ) : void
리턴 void

ToString() 공개 메소드

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