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