C# Class ParkitectNexus.Data.Game.Base.BaseParkitectPaths

Inheritance: IParkitectPaths
显示文件 Open project: ParkitectNexus/ParkitectNexusClient

Public Methods

Method Description
GetAssetPath ( AssetType type ) : string
GetPathInGameFolder ( string path ) : string
GetPathInGameFolder ( string path, bool createIfNotExists ) : string
GetPathInSavesFolder ( string path ) : string
GetPathInSavesFolder ( string path, bool createIfNotExists ) : string

Protected Methods

Method Description
BaseParkitectPaths ( IParkitect parkitect ) : System

Method Details

BaseParkitectPaths() protected method

protected BaseParkitectPaths ( IParkitect parkitect ) : System
parkitect IParkitect
return System

GetAssetPath() public method

public GetAssetPath ( AssetType type ) : string
type AssetType
return string

GetPathInGameFolder() public method

public GetPathInGameFolder ( string path ) : string
path string
return string

GetPathInGameFolder() public method

public GetPathInGameFolder ( string path, bool createIfNotExists ) : string
path string
createIfNotExists bool
return string

GetPathInSavesFolder() public method

public GetPathInSavesFolder ( string path ) : string
path string
return string

GetPathInSavesFolder() public abstract method

public abstract GetPathInSavesFolder ( string path, bool createIfNotExists ) : string
path string
createIfNotExists bool
return string