Property | Type | Description | |
---|---|---|---|
DefaultSceneName | string | ||
NextSceneName | string | ||
loadBundles | string[] | ||
nextClearBundles | bool |
Property | Type | Description | |
---|---|---|---|
mDictFunc | LuaFunction>.Dictionary |
Method | Description | |
---|---|---|
AddClick ( |
||
AddEditorSearchPath ( string path ) : void | ||
AddLuaComponent ( |
||
Destroy ( ) : void | ||
Dispose ( ) : void | ||
GetLuaComponent ( |
||
LoadBundlesThenToScene ( string Scenename, bool needclear ) : void | ||
LoadBundlesThenToSceneDefault ( bool needclear ) : void | ||
RemoveClick ( GameObject go ) : void | ||
addLuaFile ( ) : LuaTable | ||
getInstance ( ) : LuaMain |
Method | Description | |
---|---|---|
addFunc ( string funcName ) : bool | ||
init ( ) : void |
public static AddClick ( |
||
go | ||
luafunc | ||
return | void |
public static AddEditorSearchPath ( string path ) : void | ||
path | string | |
return | void |
public static AddLuaComponent ( |
||
go | ||
path | string | |
return |
public static GetLuaComponent ( |
||
go | ||
LuaClassName | string | |
return |
public static LoadBundlesThenToScene ( string Scenename, bool needclear ) : void | ||
Scenename | string | |
needclear | bool | |
return | void |
public static LoadBundlesThenToSceneDefault ( bool needclear ) : void | ||
needclear | bool | |
return | void |
public static RemoveClick ( GameObject go ) : void | ||
go | GameObject | |
return | void |