Beispiel #1
0
 public Range(Godot.Range control) : base(control)
 {
 }
Beispiel #2
0
 protected override void SetSceneControl(Godot.Control control)
 {
     base.SetSceneControl(control);
     SceneControl = (Godot.Range)control;
 }
Beispiel #3
0
 internal Range(Godot.Range control) : base(control)
 {
 }