Method run
run(IList<GameObject>)
Execute the behavior of this action by removing any collider component from the input
Declaration
public override IList<GameObject> run(IList<GameObject> input)
Parameters
Type | Name | Description |
---|---|---|
IList<GameObject> | input | The list of gameobject that will have their collider removed |
Returns
Type | Description |
---|---|
IList<GameObject> | All objects from the input that went through processing |