C# Class LuaManager, UnityHello

Inheritance: MonoBehaviour
Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes publiques

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

Private Methods

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

InitStart() public méthode

public InitStart ( ) : void
Résultat void