C# Class UniRx.Triggers.ObservableUIInputTrigger

Inheritance: UniRx.Triggers.ObservableTriggerBase
ファイルを表示 Open project: mavriel/UniRxForNGUI

Public Methods

Method Description
OnChangeAsObservable ( UIInput input ) : IObservable
OnSubmitAsObservable ( UIInput input ) : IObservable

Protected Methods

Method Description
RaiseOnCompletedOnDestroy ( ) : void

Private Methods

Method Description
Change ( ) : void
Submit ( ) : void

Method Details

OnChangeAsObservable() public method

public OnChangeAsObservable ( UIInput input ) : IObservable
input UIInput
return IObservable

OnSubmitAsObservable() public method

public OnSubmitAsObservable ( UIInput input ) : IObservable
input UIInput
return IObservable

RaiseOnCompletedOnDestroy() protected method

protected RaiseOnCompletedOnDestroy ( ) : void
return void