C# Class Assets.Editor.FilePathExporter

Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetMapPath ( ) : string
GetModelsPath ( ) : string

Method Details

ExportAssetToModels() public méthode

public ExportAssetToModels ( string sourceAssetPath ) : string
sourceAssetPath string
Résultat string

ExportAssetToModels() public méthode

public ExportAssetToModels ( string sourceAssetPath, byte data ) : string
sourceAssetPath string
data byte
Résultat string

FilePathExporter() public méthode

public FilePathExporter ( string gameModePath, bool createMissingFolders ) : System
gameModePath string
createMissingFolders bool
Résultat System

GetFolderPathMap() public méthode

public GetFolderPathMap ( string fileName ) : string
fileName string
Résultat string

GetFolderPathModels() public méthode

public GetFolderPathModels ( string fileName ) : string
fileName string
Résultat string