Ejemplo n.º 1
0
 public RichTextLabel(Godot.RichTextLabel button) : base(button)
 {
 }
Ejemplo n.º 2
0
 internal RichTextLabel(Godot.RichTextLabel button) : base(button)
 {
 }
Ejemplo n.º 3
0
 public RichTextLabel()
 {
     Base = new _RichTextLabel(this);
 }