C# Class DelegateFactory.UnityEngine_Camera_CameraCallback_Event, UnityHello

Inheritance: LuaDelegate
Exibir arquivo Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Call ( UnityEngine param0 ) : void
CallWithSelf ( UnityEngine param0 ) : void
UnityEngine_Camera_CameraCallback_Event ( LuaFunction func ) : System
UnityEngine_Camera_CameraCallback_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

UnityEngine_Camera_CameraCallback_Event() public method

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

UnityEngine_Camera_CameraCallback_Event() public method

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