C# Class DelegateFactory.System_Action_float_Event, UnityHello

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

Méthodes publiques

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

Method Details

Call() public méthode

public Call ( float param0 ) : void
param0 float
Résultat void

CallWithSelf() public méthode

public CallWithSelf ( float param0 ) : void
param0 float
Résultat void

System_Action_float_Event() public méthode

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

System_Action_float_Event() public méthode

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