C# Class UniRx.Triggers.ObservableTriggerExtensions

Afficher le fichier Open project: mavriel/UniRxForNGUI Class Usage Examples

Méthodes publiques

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

public static OnChangeAsObservable ( this input ) : IObservable
input this
Résultat IObservable

OnClickAsObservable() public static méthode

public static OnClickAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnDoubleClickAsObservable() public static méthode

public static OnDoubleClickAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnDragAsObservable() public static méthode

public static OnDragAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnDragEndAsObservable() public static méthode

public static OnDragEndAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnDragOutAsObservable() public static méthode

public static OnDragOutAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnDragOverAsObservable() public static méthode

public static OnDragOverAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnDragStartAsObservable() public static méthode

public static OnDragStartAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnDropAsObservable() public static méthode

public static OnDropAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnHoverAsObservable() public static méthode

public static OnHoverAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnKeyAsObservable() public static méthode

public static OnKeyAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnPressAsObservable() public static méthode

public static OnPressAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnScrollAsObservable() public static méthode

public static OnScrollAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnSelectAsObservable() public static méthode

public static OnSelectAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnSubmitAsObservable() public static méthode

public static OnSubmitAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable

OnSubmitAsObservable() public static méthode

public static OnSubmitAsObservable ( this input ) : IObservable
input this
Résultat IObservable

OnTooltipAsObservable() public static méthode

public static OnTooltipAsObservable ( this gameObject ) : IObservable
gameObject this
Résultat IObservable