C# Class DelegateFactory.System_Action_LTEvent_Event, UnityHello

Inheritance: LuaDelegate
Datei anzeigen Open project: woshihuo12/UnityHello

Public Methods

Method Description
Call ( LTEvent, param0 ) : void
CallWithSelf ( LTEvent, param0 ) : void
System_Action_LTEvent_Event ( LuaFunction func ) : System
System_Action_LTEvent_Event ( LuaFunction func, LuaTable self ) : System

Method Details

Call() public method

public Call ( LTEvent, param0 ) : void
param0 LTEvent,
return void

CallWithSelf() public method

public CallWithSelf ( LTEvent, param0 ) : void
param0 LTEvent,
return void

System_Action_LTEvent_Event() public method

public System_Action_LTEvent_Event ( LuaFunction func ) : System
func LuaInterface.LuaFunction
return System

System_Action_LTEvent_Event() public method

public System_Action_LTEvent_Event ( LuaFunction func, LuaTable self ) : System
func LuaInterface.LuaFunction
self LuaInterface.LuaTable
return System