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