Method CleanList CleanList(ref IList<GameObject>) Remove all null value from the inputed list Declaration protected void CleanList(ref IList<GameObject> list) Parameters Type Name Description IList<GameObject> list Input GameObjects