C# Class LuaFramework.PanelManager

Inheritance: Manager
Mostrar archivo Open project: guyun008/LuaFramework_ngui_mod Class Usage Examples

Private Properties

Property Type Description
StartCreatePanel IEnumerator

Public Methods

Method Description
CreatePanel ( string name, LuaFunction func = null, LuaTable luaTable = null ) : void

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

Private Methods

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

创建面板

Method Details

CreatePanel() public method

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