Exemple #1
0
 public fTextGameObject(GameObject go, fText textObj, Vector2f size) : base(go)
 {
     this.size    = size;
     this.textObj = textObj;
 }
 public fTextAreaGameObject(GameObject go, fText textObj, Vector2f size)
     : base(go, FGOFlags.EnablePreRender)
 {
     this.size    = size;
     this.textObj = textObj;
 }