Method Process
Process<TSource>(IObservable<TSource>)
Updates the active scissor box in the shader window whenever an observable sequence emits a notification.
public override IObservable<TSource> Process<TSource>(IObservable<TSource> source)
Parameters
sourceIObservable<TSource>The sequence of notifications used to update the active scissor box.
Returns
- IObservable<TSource>
An observable sequence that is identical to the
sourcesequence but where there is an additional side effect of updating the active scissor box in the shader window.
Type Parameters
TSourceThe type of the elements in the
sourcesequence.