Method run
run(IList<GameObject>)
Execute the behavior of this action by filtering the input matching the name of the gameobject
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 name of the gameobject specified |