Method CleanList
CleanList(IList<GameObject>)
Remove all null value from the inputed list
Declaration
protected IList<GameObject> CleanList(IList<GameObject> list)
Parameters
Type | Name | Description |
---|---|---|
IList<GameObject> | list | The list that could have null value |
Returns
Type | Description |
---|---|
IList<GameObject> | A list without any null values |