|
static string | CreateApplicationPath (string relativePath) |
| Returns a filepath string that points to the game's root folder (regardless of platform) More...
|
|
static string | PathCombine (string a, string b) |
|
static string | StripExtension (string filename, string extension) |
| Strips an extension, sans point, from a file name More...
|
|
Enumerator |
---|
Parts |
|
Internals |
|
GameData |
|
Enumerator |
---|
Unknown |
|
Config |
|
Texture |
|
Model |
|
Audio |
|
Assembly |
|
AssetBundle |
|
bool UrlDir.ConfigExists |
( |
string |
url | ) |
|
|
inline |
static string UrlDir.CreateApplicationPath |
( |
string |
relativePath | ) |
|
|
inlinestatic |
Returns a filepath string that points to the game's root folder (regardless of platform)
UrlDir UrlDir.CreateDirectory |
( |
string |
urlDir | ) |
|
|
inline |
bool UrlDir.DirectoryExists |
( |
string |
url | ) |
|
|
inline |
bool UrlDir.FileExists |
( |
string |
url | ) |
|
|
inline |
IEnumerable<UrlConfig> UrlDir.GetConfigs |
( |
string |
typeName, |
|
|
bool |
recursive = true |
|
) |
| |
|
inline |
Enumerates through all configs of a given type name
- Parameters
-
- Returns
IEnumerable<UrlConfig> UrlDir.GetConfigs |
( |
string |
typeName, |
|
|
string |
name, |
|
|
bool |
recursive = true |
|
) |
| |
|
inline |
Enumerates through all configs of a given type name and name name
- Parameters
-
- Returns
UrlDir UrlDir.GetDirectory |
( |
string |
url | ) |
|
|
inline |
UrlFile UrlDir.GetFile |
( |
string |
url | ) |
|
|
inline |
Enumerates through files of a given type
- Parameters
-
- Returns
static string UrlDir.PathCombine |
( |
string |
a, |
|
|
string |
b |
|
) |
| |
|
inlinestatic |
static string UrlDir.StripExtension |
( |
string |
filename, |
|
|
string |
extension |
|
) |
| |
|
inlinestatic |
Strips an extension, sans point, from a file name
- Parameters
-
- Returns
const string UrlDir.configExtension = "cfg" |
IEnumerable<UrlFile> UrlDir.AllConfigFiles |
|
get |
Enumerates all config files recursively
Enumerates through all configs
IEnumerable<UrlDir> UrlDir.AllDirectories |
|
get |
Enumerates all directories recursively
IEnumerable<UrlFile> UrlDir.AllFiles |
|
get |
Enumerates all files WHICH ARE NOT CONFIGS recursively
string UrlDir.ApplicationRootPath |
|
staticget |
Returns a filepath string that points to the game's root folder (regardless of platform)
The documentation for this class was generated from the following file: