C# Class LuaManager, UnityHello

Inheritance: MonoBehaviour
Mostrar archivo Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

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

Private Methods

Method Description
AddBundle ( string bundleName ) : void
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

InitStart() public method

public InitStart ( ) : void
return void