C# Class LuaFileUtils

Afficher le fichier Open project: guyun008/LuaFramework_ngui_mod Class Usage Examples

Méthodes publiques

Свойство Type Description
beZip bool

Protected Properties

Свойство Type Description
instance LuaFileUtils,
searchPaths List
zipMap AssetBundle>.Dictionary

Méthodes publiques

Méthode Description
AddSearchBundle ( string name, AssetBundle bundle ) : void
AddSearchPath ( string path, bool front = false ) : void
Dispose ( ) : void
GetFullPathFileName ( string fileName ) : string
GetOSDir ( ) : string
LuaFileUtils ( ) : UnityEngine
ReadFile ( string fileName ) : byte[]
RemoveSearchPath ( string path ) : void

Private Methods

Méthode Description
ReadZipFile ( string fileName ) : byte[]

Method Details

AddSearchBundle() public méthode

public AddSearchBundle ( string name, AssetBundle bundle ) : void
name string
bundle AssetBundle
Résultat void

AddSearchPath() public méthode

public AddSearchPath ( string path, bool front = false ) : void
path string
front bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFullPathFileName() public méthode

public GetFullPathFileName ( string fileName ) : string
fileName string
Résultat string

GetOSDir() public static méthode

public static GetOSDir ( ) : string
Résultat string

LuaFileUtils() public méthode

public LuaFileUtils ( ) : UnityEngine
Résultat UnityEngine

ReadFile() public méthode

public ReadFile ( string fileName ) : byte[]
fileName string
Résultat byte[]

RemoveSearchPath() public méthode

public RemoveSearchPath ( string path ) : void
path string
Résultat void

Property Details

beZip public_oe property

public bool beZip
Résultat bool

instance protected_oe static_oe property

protected static LuaFileUtils, instance
Résultat LuaFileUtils,

searchPaths protected_oe property

protected List searchPaths
Résultat List

zipMap protected_oe property

protected Dictionary zipMap
Résultat AssetBundle>.Dictionary