C# Class LuaFramework.LuaManager

Inheritance: Manager
Exibir arquivo Open project: guyun008/LuaFramework_ngui_mod Class Usage Examples

Public Methods

Method Description
CallFunction ( string funcName ) : object[]
Close ( ) : void
DoFile ( string filename ) : object[]
InitStart ( ) : void
LuaGC ( ) : void

Private Methods

Method Description
Awake ( ) : void
InitLuaBundle ( ) : void

初始化LuaBundle

InitLuaPath ( ) : void

Method Details

CallFunction() public method

public CallFunction ( string funcName ) : object[]
funcName string
return object[]

Close() public method

public Close ( ) : void
return void

DoFile() public method

public DoFile ( string filename ) : object[]
filename string
return object[]

InitStart() public method

public InitStart ( ) : void
return void

LuaGC() public method

public LuaGC ( ) : void
return void