Class Settings.Path
Inheritance
Settings.Path
Syntax
Fields
ASSETS_PATH
Declaration
public const string ASSETS_PATH = "Assets/"
Field Value
Properties
BasePath
Declaration
public static string BasePath { get; }
Property Value
BatchBuildConfigPath
Declaration
public static string BatchBuildConfigPath { get; }
Property Value
BundleBuilderCachePath
Declaration
public static string BundleBuilderCachePath { get; }
Property Value
CachePath
Declaration
public static string CachePath { get; }
Property Value
CUISpacePath
Declaration
public static string CUISpacePath { get; }
Property Value
DatabasePath
Declaration
public static string DatabasePath { get; }
Property Value
DefaultBasePath
Declaration
public static string DefaultBasePath { get; }
Property Value
EventRecordPath
Declaration
public static string EventRecordPath { get; }
Property Value
GUIResourceBasePath
Declaration
public static string GUIResourceBasePath { get; }
Property Value
PackagePath
Declaration
public static string PackagePath { get; }
Property Value
SavedSettingsPath
Declaration
public static string SavedSettingsPath { get; }
Property Value
ScriptTemplatePath
Declaration
public static string ScriptTemplatePath { get; }
Property Value
SettingFilePath
Declaration
public static string SettingFilePath { get; }
Property Value
TemporalSettingFilePath
Declaration
public static string TemporalSettingFilePath { get; }
Property Value
Name of the base directory containing the asset graph tool files.
Customize this to match your project's setup if you need to change.
Declaration
public static string ToolDirName { get; }
Property Value
Type |
Description |
String |
The name of the base directory.
|
UserSpacePath
Declaration
public static string UserSpacePath { get; }
Property Value
Methods
ResetBasePath(String)
Declaration
public static void ResetBasePath(string newPath)
Parameters
Type |
Name |
Description |
String |
newPath |
|