Method Run
Run()
Abstract execution method. When creating a new Action, this method implementation will hold all the processing code.
Declaration
public override IList<GameObject> Run()
Returns
Type | Description |
---|---|
IList<GameObject> | Output data, of the given OutputType |