C# Class DelegateFactory.System_Action_UnityEngine_Color_Event, UnityHello

Inheritance: LuaDelegate
Mostrar archivo Open project: woshihuo12/UnityHello

Public Methods

Method Description
Call ( UnityEngine param0 ) : void
CallWithSelf ( UnityEngine param0 ) : void
System_Action_UnityEngine_Color_Event ( LuaFunction func ) : System
System_Action_UnityEngine_Color_Event ( LuaFunction func, LuaTable self ) : System

Method Details

Call() public method

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

CallWithSelf() public method

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

System_Action_UnityEngine_Color_Event() public method

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

System_Action_UnityEngine_Color_Event() public method

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