C# Class DelegateFactory.System_Action_object_Event, UnityHello

Inheritance: LuaDelegate
Show file Open project: woshihuo12/UnityHello

Public Methods

Method Description
Call ( object param0 ) : void
CallWithSelf ( object param0 ) : void
System_Action_object_Event ( LuaFunction func ) : System
System_Action_object_Event ( LuaFunction func, LuaTable self ) : System

Method Details

Call() public method

public Call ( object param0 ) : void
param0 object
return void

CallWithSelf() public method

public CallWithSelf ( object param0 ) : void
param0 object
return void

System_Action_object_Event() public method

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

System_Action_object_Event() public method

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