C# Class DelegateFactory.UnityEngine_Canvas_WillRenderCanvases_Event, UnityHello

Inheritance: LuaDelegate
Datei anzeigen Open project: woshihuo12/UnityHello

Public Methods

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

Method Details

Call() public method

public Call ( ) : void
return void

CallWithSelf() public method

public CallWithSelf ( ) : void
return void

UnityEngine_Canvas_WillRenderCanvases_Event() public method

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

UnityEngine_Canvas_WillRenderCanvases_Event() public method

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