C# Класс Assets.Editor.FilePathExporter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExportAssetToModels ( string sourceAssetPath ) : string
ExportAssetToModels ( string sourceAssetPath, byte data ) : string
FilePathExporter ( string gameModePath, bool createMissingFolders ) : System
GetFolderPathMap ( string fileName ) : string
GetFolderPathModels ( string fileName ) : string

Приватные методы

Метод Описание
GetMapPath ( ) : string
GetModelsPath ( ) : string

Описание методов

ExportAssetToModels() публичный Метод

public ExportAssetToModels ( string sourceAssetPath ) : string
sourceAssetPath string
Результат string

ExportAssetToModels() публичный Метод

public ExportAssetToModels ( string sourceAssetPath, byte data ) : string
sourceAssetPath string
data byte
Результат string

FilePathExporter() публичный Метод

public FilePathExporter ( string gameModePath, bool createMissingFolders ) : System
gameModePath string
createMissingFolders bool
Результат System

GetFolderPathMap() публичный Метод

public GetFolderPathMap ( string fileName ) : string
fileName string
Результат string

GetFolderPathModels() публичный Метод

public GetFolderPathModels ( string fileName ) : string
fileName string
Результат string