private void addContentWrapper(string txt, Texture image) { appearColor.a = 0; ContentWrapper wrapper = new ContentWrapper(txt, image, msgStyle, contentWidth); contents.Add(wrapper); contentHeight += wrapper.getContentHeight(); }