C# Class LuaFramework.LuaManager

Inheritance: Manager
Afficher le fichier Open project: guyun008/LuaFramework_ngui_mod Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Awake ( ) : void
InitLuaBundle ( ) : void

初始化LuaBundle

InitLuaPath ( ) : void

Method Details

CallFunction() public méthode

public CallFunction ( string funcName ) : object[]
funcName string
Résultat object[]

Close() public méthode

public Close ( ) : void
Résultat void

DoFile() public méthode

public DoFile ( string filename ) : object[]
filename string
Résultat object[]

InitStart() public méthode

public InitStart ( ) : void
Résultat void

LuaGC() public méthode

public LuaGC ( ) : void
Résultat void