Method | Description | |
---|---|---|
ContainsHiddenFiles ( string filePath ) : bool | ||
CopyFileFromGlobalToLocal ( string absoluteSourceFilePath, string localTargetFilePath ) : void | ||
DeleteFileThenDeleteFolderIfEmpty ( string localTargetFilePath ) : void | ||
EnsureAssetBundleCacheDirExists ( BuildTarget t, |
||
EnsurePrefabBuilderCacheDirExists ( BuildTarget t, |
||
GetAllFilePathsInFolder ( string localFolderPath, bool includeHidden = false, bool includeMeta = !AssetBundleGraphSettings.IGNORE_META ) : List |
||
GetFilePathsInFolder ( string folderPath, bool includeHidden = false, bool includeMeta = !AssetBundleGraphSettings.IGNORE_META ) : List |
||
GetPathWithAssetsPath ( string pathUnderAssetsFolder ) : string | ||
GetPathWithProjectPath ( string pathUnderProjectFolder ) : string | ||
IsMetaFile ( string filePath ) : bool | ||
PathCombine ( ) : string | ||
ProjectPathWithSlash ( ) : string | ||
RemakeDirectory ( string localFolderPath ) : void |
Method | Description | |
---|---|---|
GetFilePathsRecursively ( string localFolderPath, List |
||
_PathCombine ( string head, string tail ) : string |
public static ContainsHiddenFiles ( string filePath ) : bool | ||
filePath | string | |
return | bool |
public static CopyFileFromGlobalToLocal ( string absoluteSourceFilePath, string localTargetFilePath ) : void | ||
absoluteSourceFilePath | string | |
localTargetFilePath | string | |
return | void |
public static DeleteFileThenDeleteFolderIfEmpty ( string localTargetFilePath ) : void | ||
localTargetFilePath | string | |
return | void |
public static EnsureAssetBundleCacheDirExists ( BuildTarget t, |
||
t | BuildTarget | |
node | ||
remake | bool | |
return | string |
public static EnsurePrefabBuilderCacheDirExists ( BuildTarget t, |
||
t | BuildTarget | |
node | ||
return | string |
public static GetAllFilePathsInFolder ( string localFolderPath, bool includeHidden = false, bool includeMeta = !AssetBundleGraphSettings.IGNORE_META ) : List |
||
localFolderPath | string | |
includeHidden | bool | |
includeMeta | bool | |
return | List |
public static GetFilePathsInFolder ( string folderPath, bool includeHidden = false, bool includeMeta = !AssetBundleGraphSettings.IGNORE_META ) : List |
||
folderPath | string | |
includeHidden | bool | |
includeMeta | bool | |
return | List |
public static GetPathWithAssetsPath ( string pathUnderAssetsFolder ) : string | ||
pathUnderAssetsFolder | string | |
return | string |
public static GetPathWithProjectPath ( string pathUnderProjectFolder ) : string | ||
pathUnderProjectFolder | string | |
return | string |
public static IsMetaFile ( string filePath ) : bool | ||
filePath | string | |
return | bool |
public static ProjectPathWithSlash ( ) : string | ||
return | string |
public static RemakeDirectory ( string localFolderPath ) : void | ||
localFolderPath | string | |
return | void |