C# Class LuaInterface.LuaFileUtils

Show file Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
Instance LuaFileUtils
beZip bool

Protected Properties

Property Type Description
instance LuaFileUtils

Public Methods

Method Description
AddSearchBundle ( string bundleToLower, AssetBundle bundle ) : void
ReadFile ( string fileName ) : byte[]

Method Details

AddSearchBundle() public method

public AddSearchBundle ( string bundleToLower, AssetBundle bundle ) : void
bundleToLower string
bundle UnityEngine.AssetBundle
return void

ReadFile() public method

public ReadFile ( string fileName ) : byte[]
fileName string
return byte[]

Property Details

Instance public static property

public static LuaFileUtils,LuaInterface Instance
return LuaFileUtils

beZip public property

public bool beZip
return bool

instance protected static property

protected static LuaFileUtils,LuaInterface instance
return LuaFileUtils