$famousPipe
Provides common helpers for the event pipe directives fa-pipe-from and fa-pipe-to.
Methods
unpipesFromTargets(pipes, targets)
Unpipes the specified pipes from the specified targets.
| Param | Type | Details |
|---|---|---|
| pipes |
EventHandler|Array
|
pipes to unpipe |
| targets |
Engine|RenderNode|Array
|
nodes to unpipe from |
pipesToTargets(pipes, targets)
Pipes the specified pipes to the specified targets.
| Param | Type | Details |
|---|---|---|
| pipes |
EventHandler|Array
|
pipes to pipe |
| targets |
Engine|RenderNode|Array
|
nodes to pipe to |