public void SetTitle(string title) { Text titleText = UICreator.GetNewText(titlePivot, true); titleText.text = title; }