C# Class UnityEngine.Events.InvokableCallList

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddListener ( BaseInvokableCall call ) : void
call BaseInvokableCall
Résultat void

AddPersistentInvokableCall() public méthode

public AddPersistentInvokableCall ( BaseInvokableCall call ) : void
call BaseInvokableCall
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearPersistent() public méthode

public ClearPersistent ( ) : void
Résultat void

Invoke() public méthode

public Invoke ( object parameters ) : void
parameters object
Résultat void

RemoveListener() public méthode

public RemoveListener ( object targetObj, MethodInfo method ) : void
targetObj object
method System.Reflection.MethodInfo
Résultat void