C# Class DelegateFactory.UnityEngine_Application_AdvertisingIdentifierCallback_Event, UnityHello

Inheritance: LuaDelegate
显示文件 Open project: woshihuo12/UnityHello

Public Methods

Method Description
Call ( string param0, bool param1, string param2 ) : void
CallWithSelf ( string param0, bool param1, string param2 ) : void
UnityEngine_Application_AdvertisingIdentifierCallback_Event ( LuaFunction func ) : System
UnityEngine_Application_AdvertisingIdentifierCallback_Event ( LuaFunction func, LuaTable self ) : System

Method Details

Call() public method

public Call ( string param0, bool param1, string param2 ) : void
param0 string
param1 bool
param2 string
return void

CallWithSelf() public method

public CallWithSelf ( string param0, bool param1, string param2 ) : void
param0 string
param1 bool
param2 string
return void

UnityEngine_Application_AdvertisingIdentifierCallback_Event() public method

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

UnityEngine_Application_AdvertisingIdentifierCallback_Event() public method

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