C# Class TestDelegate, UnityHello

Inheritance: MonoBehaviour
Datei anzeigen Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
TestEventListener_OnClick ( LuaFunction func, LuaTable self, bool flag ) : Delegate
TestEventListener_VoidDelegate ( LuaFunction func, LuaTable self, bool flag ) : Delegate

Private Methods

Method Description
Awake ( ) : void
Bind ( LuaState L ) : void
CallLuaFunction ( LuaFunction func ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
SafeRelease ( LuaFunction &luaRef ) : void
Update ( ) : void

Method Details

TestEventListener_OnClick() public static method

public static TestEventListener_OnClick ( LuaFunction func, LuaTable self, bool flag ) : Delegate
func LuaInterface.LuaFunction
self LuaInterface.LuaTable
flag bool
return Delegate

TestEventListener_VoidDelegate() public static method

public static TestEventListener_VoidDelegate ( LuaFunction func, LuaTable self, bool flag ) : Delegate
func LuaInterface.LuaFunction
self LuaInterface.LuaTable
flag bool
return Delegate