C# Class LuaInterface.LuaFileUtils

显示文件 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_oe static_oe property

public static LuaFileUtils,LuaInterface Instance
return LuaFileUtils

beZip public_oe property

public bool beZip
return bool

instance protected_oe static_oe property

protected static LuaFileUtils,LuaInterface instance
return LuaFileUtils