Esempio n. 1
0
 internal WindowDialog(Godot.WindowDialog control) : base(control)
 {
 }
Esempio n. 2
0
 public WindowDialog()
 {
     Base = new _WindowDialog(this);
 }
Esempio n. 3
0
 private protected override void SetSceneControl(Godot.Control control)
 {
     base.SetSceneControl(control);
     SceneControl = (Godot.WindowDialog)control;
 }
Esempio n. 4
0
 public WindowDialog(Godot.WindowDialog control) : base(control)
 {
 }