Beispiel #1
0
 public void CreateTitleText(GameObject prefab, Vector2 offset)
 {
     this.CreateText(prefab, ref this._titleText, "Title Text", UIPivot.get_TopCenter(), UIAnchor.get_TopHStretch(), offset);
 }