C# Class Tangzx.ABSystem.AssetBundleUtils

Afficher le fichier Open project: tangzx/ABSystem Class Usage Examples

Méthodes publiques

Свойство Type Description
AssetDir System.IO.DirectoryInfo
AssetPath string
ProjectDir System.IO.DirectoryInfo
ProjectPath string
pathResolver AssetBundlePathResolver

Méthodes publiques

Méthode Description
ClearCache ( ) : void
ConvertToABName ( string assetPath ) : string
GetAll ( ) : List
GetCacheInfo ( string path ) : AssetCacheInfo
GetFileHash ( string path, bool force = false ) : string
Init ( ) : void
Load ( FileInfo file ) : AssetTarget
Load ( FileInfo file, System t ) : AssetTarget
Load ( Object o ) : AssetTarget
LoadCache ( ) : void
SaveCache ( ) : void

Method Details

ClearCache() public static méthode

public static ClearCache ( ) : void
Résultat void

ConvertToABName() public static méthode

public static ConvertToABName ( string assetPath ) : string
assetPath string
Résultat string

GetAll() public static méthode

public static GetAll ( ) : List
Résultat List

GetCacheInfo() public static méthode

public static GetCacheInfo ( string path ) : AssetCacheInfo
path string
Résultat AssetCacheInfo

GetFileHash() public static méthode

public static GetFileHash ( string path, bool force = false ) : string
path string
force bool
Résultat string

Init() public static méthode

public static Init ( ) : void
Résultat void

Load() public static méthode

public static Load ( FileInfo file ) : AssetTarget
file System.IO.FileInfo
Résultat AssetTarget

Load() public static méthode

public static Load ( FileInfo file, System t ) : AssetTarget
file System.IO.FileInfo
t System
Résultat AssetTarget

Load() public static méthode

public static Load ( Object o ) : AssetTarget
o UnityEngine.Object
Résultat AssetTarget

LoadCache() public static méthode

public static LoadCache ( ) : void
Résultat void

SaveCache() public static méthode

public static SaveCache ( ) : void
Résultat void

Property Details

AssetDir public_oe static_oe property

public static DirectoryInfo,System.IO AssetDir
Résultat System.IO.DirectoryInfo

AssetPath public_oe static_oe property

public static string AssetPath
Résultat string

ProjectDir public_oe static_oe property

public static DirectoryInfo,System.IO ProjectDir
Résultat System.IO.DirectoryInfo

ProjectPath public_oe static_oe property

public static string ProjectPath
Résultat string

pathResolver public_oe static_oe property

public static AssetBundlePathResolver,Tangzx.ABSystem pathResolver
Résultat AssetBundlePathResolver