コード例 #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
ファイル: Popup.cs プロジェクト: xecollons/space-station-14
 internal Popup(Godot.Popup control) : base(control)
 {
 }