C# Class DelegateFactory.System_Action_Event, UnityHello

Inheritance: LuaDelegate
Mostra file Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Call ( ) : void
CallWithSelf ( ) : void
System_Action_Event ( LuaFunction func ) : System
System_Action_Event ( LuaFunction func, LuaTable self ) : System

Method Details

Call() public method

public Call ( ) : void
return void

CallWithSelf() public method

public CallWithSelf ( ) : void
return void

System_Action_Event() public method

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

System_Action_Event() public method

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