Class AssetManager
Resolves file system paths.
Inheritance
System.Object
AssetManager
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public static class AssetManager
Properties
|
Improve this Doc
View Source
AppCacheDir
Declaration
public static string AppCacheDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AppRootDir
Declaration
public static string AppRootDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AppSourceDir
Declaration
public static string AppSourceDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AssemblyName
Declaration
public static string AssemblyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BinDir
Declaration
public static string BinDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EngineRootDir
Declaration
public static string EngineRootDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GlobalCacheDir
Declaration
public static string GlobalCacheDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LibsDir
Declaration
public static string LibsDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NativeRuntimeDir
Declaration
public static string NativeRuntimeDir { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SearchDirectories
Declaration
public static List<string> SearchDirectories { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Methods
|
Improve this Doc
View Source
AddFileGenerator(GenerateFileDelegate)
Declaration
public static void AddFileGenerator(GenerateFileDelegate generator)
Parameters
|
Improve this Doc
View Source
AddFileGenerator(String, GenerateFileDelegate)
Declaration
public static void AddFileGenerator(string subPath, GenerateFileDelegate generator)
Parameters
|
Improve this Doc
View Source
GetAssetsPath(String)
Declaration
public static string GetAssetsPath(string subPath)
Parameters
Type |
Name |
Description |
System.String |
subPath |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetAssetsPath(String, Object)
Declaration
public static string GetAssetsPath(string subPath, object options)
Parameters
Type |
Name |
Description |
System.String |
subPath |
|
System.Object |
options |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResetFileGenerator()
Declaration
public static void ResetFileGenerator()