C# Class DelegateFactory.System_Action_LTEvent_Event, UnityHello

Inheritance: LuaDelegate
Afficher le fichier Open project: woshihuo12/UnityHello

Méthodes publiques

Méthode Description
Call ( LTEvent, param0 ) : void
CallWithSelf ( LTEvent, param0 ) : void
System_Action_LTEvent_Event ( LuaFunction func ) : System
System_Action_LTEvent_Event ( LuaFunction func, LuaTable self ) : System

Method Details

Call() public méthode

public Call ( LTEvent, param0 ) : void
param0 LTEvent,
Résultat void

CallWithSelf() public méthode

public CallWithSelf ( LTEvent, param0 ) : void
param0 LTEvent,
Résultat void

System_Action_LTEvent_Event() public méthode

public System_Action_LTEvent_Event ( LuaFunction func ) : System
func LuaInterface.LuaFunction
Résultat System

System_Action_LTEvent_Event() public méthode

public System_Action_LTEvent_Event ( LuaFunction func, LuaTable self ) : System
func LuaInterface.LuaFunction
self LuaInterface.LuaTable
Résultat System