Property | Type | Description | |
---|---|---|---|
beZip | bool |
Property | Type | Description | |
---|---|---|---|
instance | LuaFileUtils, | ||
searchPaths | List |
||
zipMap | AssetBundle>.Dictionary |
Method | 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 |
Method | Description | |
---|---|---|
ReadZipFile ( string fileName ) : byte[] |
public AddSearchBundle ( string name, AssetBundle bundle ) : void | ||
name | string | |
bundle | AssetBundle | |
return | void |
public AddSearchPath ( string path, bool front = false ) : void | ||
path | string | |
front | bool | |
return | void |
public GetFullPathFileName ( string fileName ) : string | ||
fileName | string | |
return | string |
public RemoveSearchPath ( string path ) : void | ||
path | string | |
return | void |