C# Class UnityEngine.Events.InvokableCallList

ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
AddListener ( BaseInvokableCall call ) : void
AddPersistentInvokableCall ( BaseInvokableCall call ) : void
Clear ( ) : void
ClearPersistent ( ) : void
Invoke ( object parameters ) : void
RemoveListener ( object targetObj, MethodInfo method ) : void

Method Details

AddListener() public method

public AddListener ( BaseInvokableCall call ) : void
call BaseInvokableCall
return void

AddPersistentInvokableCall() public method

public AddPersistentInvokableCall ( BaseInvokableCall call ) : void
call BaseInvokableCall
return void

Clear() public method

public Clear ( ) : void
return void

ClearPersistent() public method

public ClearPersistent ( ) : void
return void

Invoke() public method

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

RemoveListener() public method

public RemoveListener ( object targetObj, MethodInfo method ) : void
targetObj object
method System.Reflection.MethodInfo
return void