示例#1
0
 public Popup()
 {
     Base = new _Popup(this);
 }
示例#2
0
 public Popup(Godot.Popup control) : base(control)
 {
 }
示例#3
0
 protected override void SetSceneControl(Godot.Control control)
 {
     base.SetSceneControl(control);
     SceneControl = (Godot.Popup)control;
 }
示例#4
0
 internal Popup(Godot.Popup control) : base(control)
 {
 }