Свойство | Type | Description | |
---|---|---|---|
beZip | bool |
Свойство | Type | Description | |
---|---|---|---|
instance | LuaFileUtils, | ||
searchPaths | List |
||
zipMap | AssetBundle>.Dictionary |
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 |
Méthode | Description | |
---|---|---|
ReadZipFile ( string fileName ) : byte[] |
public AddSearchBundle ( string name, AssetBundle bundle ) : void | ||
name | string | |
bundle | AssetBundle | |
Résultat | void |
public AddSearchPath ( string path, bool front = false ) : void | ||
path | string | |
front | bool | |
Résultat | void |
public GetFullPathFileName ( string fileName ) : string | ||
fileName | string | |
Résultat | string |
public ReadFile ( string fileName ) : byte[] | ||
fileName | string | |
Résultat | byte[] |
public RemoveSearchPath ( string path ) : void | ||
path | string | |
Résultat | void |
protected static LuaFileUtils, instance | ||
Résultat | LuaFileUtils, |