C# Class LuaFramework.PanelManager

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

Private Properties

Свойство Type Description
StartCreatePanel IEnumerator

Méthodes publiques

Méthode Description
CreatePanel ( string name, LuaFunction func = null, LuaTable luaTable = null ) : void

创建面板,请求资源管理器

Private Methods

Méthode Description
StartCreatePanel ( string name, AssetBundle bundle, LuaFunction func = null, LuaTable luaTable = null ) : IEnumerator

创建面板

Method Details

CreatePanel() public méthode

创建面板,请求资源管理器
public CreatePanel ( string name, LuaFunction func = null, LuaTable luaTable = null ) : void
name string
func LuaInterface.LuaFunction
luaTable LuaInterface.LuaTable
Résultat void