C# Class UnityEngine.Events.InvokableCall

Inheritance: BaseInvokableCall
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Find ( object targetObj, MethodInfo method ) : bool
InvokableCall ( UnityAction action ) : System
InvokableCall ( object target, MethodInfo theFunction ) : System
Invoke ( object args ) : void

Method Details

Find() public method

public Find ( object targetObj, MethodInfo method ) : bool
targetObj object
method System.Reflection.MethodInfo
return bool

InvokableCall() public method

public InvokableCall ( UnityAction action ) : System
action UnityAction
return System

InvokableCall() public method

public InvokableCall ( object target, MethodInfo theFunction ) : System
target object
theFunction System.Reflection.MethodInfo
return System

Invoke() public method

public Invoke ( object args ) : void
args object
return void