C# Class UnityEngine.Events.PersistentCall

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
GetRuntimeCall ( UnityEventBase theEvent ) : BaseInvokableCall
IsValid ( ) : bool
RegisterPersistentListener ( UnityEngine ttarget, string mmethodName ) : void
UnregisterPersistentListener ( ) : void

Private Methods

Méthode Description
GetObjectCall ( UnityEngine target, MethodInfo method, ArgumentCache arguments ) : BaseInvokableCall

Method Details

GetRuntimeCall() public méthode

public GetRuntimeCall ( UnityEventBase theEvent ) : BaseInvokableCall
theEvent UnityEventBase
Résultat BaseInvokableCall

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

RegisterPersistentListener() public méthode

public RegisterPersistentListener ( UnityEngine ttarget, string mmethodName ) : void
ttarget UnityEngine
mmethodName string
Résultat void

UnregisterPersistentListener() public méthode

public UnregisterPersistentListener ( ) : void
Résultat void