C# Класс GameDevWare.Charon.Menu

Показать файл Открыть проект

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

Метод Описание
CheckForUpdatesAsync ( float>.Action progressCallback = null ) : IEnumerable
ExtractT4Templates ( string extractionPath ) : IEnumerable
GenerateAssetsAsync ( string paths, float>.Action progressCallback = null ) : IEnumerable
GenerateCodeAndAssetsAsync ( string path = null, float>.Action progressCallback = null ) : IEnumerable
ScanForGameDataAsync ( float>.Action progressCallback = null ) : IEnumerable
TouchGameDataFile ( string path ) : IEnumerable
ValidateAsync ( string path = null, float>.Action progressCallback = null ) : IEnumerable

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

Метод Описание
About ( ) : void
CheckRuntime ( ) : void
CheckUpdates ( ) : void
CheckUpdatesCheck ( ) : bool
CreateGameDataAsset ( ) : void
CreateGameDataAssetCheck ( ) : bool
ExtractT4Templates ( ) : void
ExtractT4TemplatesCheck ( ) : bool
FocusConsoleWindow ( ) : void
GenerateCodeAndAssets ( ) : void
GenerateCodeAndAssetsCheck ( ) : bool
OpenLogs ( ) : void
OpenLogsCheck ( ) : bool
ReportIssue ( ) : void
ScanForGameData ( ) : void
ScanForGameDataCheck ( ) : bool
ShowDocumentation ( ) : void
ValidateAll ( ) : void
ValidateAllCheck ( ) : bool
VerboseLogs ( ) : void

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

CheckForUpdatesAsync() публичный статический Метод

public static CheckForUpdatesAsync ( float>.Action progressCallback = null ) : IEnumerable
progressCallback float>.Action
Результат IEnumerable

ExtractT4Templates() публичный статический Метод

public static ExtractT4Templates ( string extractionPath ) : IEnumerable
extractionPath string
Результат IEnumerable

GenerateAssetsAsync() публичный статический Метод

public static GenerateAssetsAsync ( string paths, float>.Action progressCallback = null ) : IEnumerable
paths string
progressCallback float>.Action
Результат IEnumerable

GenerateCodeAndAssetsAsync() публичный статический Метод

public static GenerateCodeAndAssetsAsync ( string path = null, float>.Action progressCallback = null ) : IEnumerable
path string
progressCallback float>.Action
Результат IEnumerable

ScanForGameDataAsync() публичный статический Метод

public static ScanForGameDataAsync ( float>.Action progressCallback = null ) : IEnumerable
progressCallback float>.Action
Результат IEnumerable

TouchGameDataFile() публичный статический Метод

public static TouchGameDataFile ( string path ) : IEnumerable
path string
Результат IEnumerable

ValidateAsync() публичный статический Метод

public static ValidateAsync ( string path = null, float>.Action progressCallback = null ) : IEnumerable
path string
progressCallback float>.Action
Результат IEnumerable