Method run
run(IList<GameObject>)
Execute the behavior of this action by setting the static property
Declaration
public override IList<GameObject> run(IList<GameObject> input)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<GameObject> | input | The input that will have the static property modified |
Returns
| Type | Description |
|---|---|
| IList<GameObject> | The input with a modified static property |