C# Class Assets.Editor.FilePathExporter

Show file Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
ExportAssetToModels ( string sourceAssetPath ) : string
ExportAssetToModels ( string sourceAssetPath, byte data ) : string
FilePathExporter ( string gameModePath, bool createMissingFolders ) : System
GetFolderPathMap ( string fileName ) : string
GetFolderPathModels ( string fileName ) : string

Private Methods

Method Description
GetMapPath ( ) : string
GetModelsPath ( ) : string

Method Details

ExportAssetToModels() public method

public ExportAssetToModels ( string sourceAssetPath ) : string
sourceAssetPath string
return string

ExportAssetToModels() public method

public ExportAssetToModels ( string sourceAssetPath, byte data ) : string
sourceAssetPath string
data byte
return string

FilePathExporter() public method

public FilePathExporter ( string gameModePath, bool createMissingFolders ) : System
gameModePath string
createMissingFolders bool
return System

GetFolderPathMap() public method

public GetFolderPathMap ( string fileName ) : string
fileName string
return string

GetFolderPathModels() public method

public GetFolderPathModels ( string fileName ) : string
fileName string
return string