Exemplo n.º 1
0
 internal GridContainer(Godot.GridContainer sceneControl) : base(sceneControl)
 {
 }
Exemplo n.º 2
0
 public GridContainer(Godot.GridContainer sceneControl) : base(sceneControl)
 {
 }
Exemplo n.º 3
0
 protected override void SetSceneControl(Godot.Control control)
 {
     base.SetSceneControl(control);
     SceneControl = (Godot.GridContainer)control;
 }
Exemplo n.º 4
0
 public GridContainer()
 {
     Base = new _GridContainer(this);
 }