C# Class UniRx.Triggers.ObservableTriggerExtensions

Mostrar archivo Open project: mavriel/UniRxForNGUI Class Usage Examples

Public Methods

Method Description
OnChangeAsObservable ( this input ) : IObservable
OnClickAsObservable ( this gameObject ) : IObservable
OnDoubleClickAsObservable ( this gameObject ) : IObservable
OnDragAsObservable ( this gameObject ) : IObservable
OnDragEndAsObservable ( this gameObject ) : IObservable
OnDragOutAsObservable ( this gameObject ) : IObservable
OnDragOverAsObservable ( this gameObject ) : IObservable
OnDragStartAsObservable ( this gameObject ) : IObservable
OnDropAsObservable ( this gameObject ) : IObservable
OnHoverAsObservable ( this gameObject ) : IObservable
OnKeyAsObservable ( this gameObject ) : IObservable
OnPressAsObservable ( this gameObject ) : IObservable
OnScrollAsObservable ( this gameObject ) : IObservable
OnSelectAsObservable ( this gameObject ) : IObservable
OnSubmitAsObservable ( this gameObject ) : IObservable
OnSubmitAsObservable ( this input ) : IObservable
OnTooltipAsObservable ( this gameObject ) : IObservable

Method Details

OnChangeAsObservable() public static method

public static OnChangeAsObservable ( this input ) : IObservable
input this
return IObservable

OnClickAsObservable() public static method

public static OnClickAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnDoubleClickAsObservable() public static method

public static OnDoubleClickAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnDragAsObservable() public static method

public static OnDragAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnDragEndAsObservable() public static method

public static OnDragEndAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnDragOutAsObservable() public static method

public static OnDragOutAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnDragOverAsObservable() public static method

public static OnDragOverAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnDragStartAsObservable() public static method

public static OnDragStartAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnDropAsObservable() public static method

public static OnDropAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnHoverAsObservable() public static method

public static OnHoverAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnKeyAsObservable() public static method

public static OnKeyAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnPressAsObservable() public static method

public static OnPressAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnScrollAsObservable() public static method

public static OnScrollAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnSelectAsObservable() public static method

public static OnSelectAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnSubmitAsObservable() public static method

public static OnSubmitAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable

OnSubmitAsObservable() public static method

public static OnSubmitAsObservable ( this input ) : IObservable
input this
return IObservable

OnTooltipAsObservable() public static method

public static OnTooltipAsObservable ( this gameObject ) : IObservable
gameObject this
return IObservable