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