Method PostProcess
PostProcess(ref Output)
Use to modify the output after the 'Run' method is executed. Always executed on the main thread.
Declaration
public virtual void PostProcess(ref Output output)
Parameters
Type | Name | Description |
---|---|---|
Output | output | The output to modify |