Method run
run(IList<GameObject>)
Execute the behavior of this action by filtering the input matching the vertices range
Declaration
public override IList<GameObject> run(IList<GameObject> input)
Parameters
Type | Name | Description |
---|---|---|
IList<GameObject> | input | Gameobject that will be filtered |
Returns
Type | Description |
---|---|
IList<GameObject> | A list of gameobject matching the vertices range |