public static void TurnOffAllInteractionWindow() { foreach (InteractionContent IC in FindObjectsOfType <InteractionContent>()) { IC.TurnOff(); } }