C# Class UniRx.Triggers.ObservableUIInputTrigger

Inheritance: UniRx.Triggers.ObservableTriggerBase
Afficher le fichier Open project: mavriel/UniRxForNGUI

Méthodes publiques

Méthode Description
OnChangeAsObservable ( UIInput input ) : IObservable
OnSubmitAsObservable ( UIInput input ) : IObservable

Méthodes protégées

Méthode Description
RaiseOnCompletedOnDestroy ( ) : void

Private Methods

Méthode Description
Change ( ) : void
Submit ( ) : void

Method Details

OnChangeAsObservable() public méthode

public OnChangeAsObservable ( UIInput input ) : IObservable
input UIInput
Résultat IObservable

OnSubmitAsObservable() public méthode

public OnSubmitAsObservable ( UIInput input ) : IObservable
input UIInput
Résultat IObservable

RaiseOnCompletedOnDestroy() protected méthode

protected RaiseOnCompletedOnDestroy ( ) : void
Résultat void