Method PreProcess
PreProcess(ref Input)
Use to validate/modify the input before the 'Run' method is executed. Always executed on the main thread.
Declaration
public virtual bool PreProcess(ref Input input)
Parameters
Type | Name | Description |
---|---|---|
Input | input | Input object |
Returns
Type | Description |
---|---|
bool | If valid or not. |