C# Class UniRxExtension.SlowDownObservable.SlowDown

Inheritance: OperatorObserverBase
Datei anzeigen Open project: sotanmochi/TextureSharing-PUN2

Public Methods

Method Description
OnCompleted ( ) : void
OnError ( Exception error ) : void
OnNext ( value ) : void
Run ( ) : IDisposable
SlowDown ( SlowDownObservable parent, IObserver observer, IDisposable cancel ) : UniRx

Private Methods

Method Description
TakeCoroutine ( ) : IEnumerator

Method Details

OnCompleted() public method

public OnCompleted ( ) : void
return void

OnError() public method

public OnError ( Exception error ) : void
error Exception
return void

OnNext() public method

public OnNext ( value ) : void
return void

Run() public method

public Run ( ) : IDisposable
return IDisposable

SlowDown() public method

public SlowDown ( SlowDownObservable parent, IObserver observer, IDisposable cancel ) : UniRx
parent SlowDownObservable
observer IObserver
cancel IDisposable
return UniRx