C# Class DelegateFactory.UnityEngine_RectTransform_ReapplyDrivenProperties_Event, UnityHello

Inheritance: LuaDelegate
Datei anzeigen Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Call ( UnityEngine param0 ) : void
CallWithSelf ( UnityEngine param0 ) : void
UnityEngine_RectTransform_ReapplyDrivenProperties_Event ( LuaFunction func ) : System
UnityEngine_RectTransform_ReapplyDrivenProperties_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_RectTransform_ReapplyDrivenProperties_Event() public method

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

UnityEngine_RectTransform_ReapplyDrivenProperties_Event() public method

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