Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / ui / bottomTips / BottomTips.cs
@小李xl 小李xl on 30 Jun 2023 7 KB 底部提示面板
  1. namespace UI.BottomTips;
  2.  
  3. /// <summary>
  4. /// Ui代码, 该类是根据ui场景自动生成的, 请不要手动编辑该类, 以免造成代码丢失
  5. /// </summary>
  6. public abstract partial class BottomTips : UiBase
  7. {
  8. /// <summary>
  9. /// 使用 Instance 属性获取当前节点实例对象, 节点类型: <see cref="Godot.PanelContainer"/>, 节点路径: BottomTips.Panel
  10. /// </summary>
  11. public UiNode_Panel L_Panel
  12. {
  13. get
  14. {
  15. if (_L_Panel == null) _L_Panel = new UiNode_Panel(GetNodeOrNull<Godot.PanelContainer>("Panel"));
  16. return _L_Panel;
  17. }
  18. }
  19. private UiNode_Panel _L_Panel;
  20.  
  21.  
  22. public BottomTips() : base(nameof(BottomTips))
  23. {
  24. }
  25.  
  26. /// <summary>
  27. /// 类型: <see cref="Godot.TextureRect"/>, 路径: BottomTips.Panel.MarginContainer.CenterContainer.HBoxContainer.AspectRatioContainer.TextureRect
  28. /// </summary>
  29. public class UiNode_TextureRect : IUiNode<Godot.TextureRect, UiNode_TextureRect>
  30. {
  31. public UiNode_TextureRect(Godot.TextureRect node) : base(node) { }
  32. public override UiNode_TextureRect Clone() => new ((Godot.TextureRect)Instance.Duplicate());
  33. }
  34.  
  35. /// <summary>
  36. /// 类型: <see cref="Godot.AspectRatioContainer"/>, 路径: BottomTips.Panel.MarginContainer.CenterContainer.HBoxContainer.AspectRatioContainer
  37. /// </summary>
  38. public class UiNode_AspectRatioContainer : IUiNode<Godot.AspectRatioContainer, UiNode_AspectRatioContainer>
  39. {
  40. /// <summary>
  41. /// 使用 Instance 属性获取当前节点实例对象, 节点类型: <see cref="Godot.TextureRect"/>, 节点路径: BottomTips.Panel.MarginContainer.CenterContainer.HBoxContainer.TextureRect
  42. /// </summary>
  43. public UiNode_TextureRect L_TextureRect
  44. {
  45. get
  46. {
  47. if (_L_TextureRect == null) _L_TextureRect = new UiNode_TextureRect(Instance.GetNodeOrNull<Godot.TextureRect>("TextureRect"));
  48. return _L_TextureRect;
  49. }
  50. }
  51. private UiNode_TextureRect _L_TextureRect;
  52.  
  53. public UiNode_AspectRatioContainer(Godot.AspectRatioContainer node) : base(node) { }
  54. public override UiNode_AspectRatioContainer Clone() => new ((Godot.AspectRatioContainer)Instance.Duplicate());
  55. }
  56.  
  57. /// <summary>
  58. /// 类型: <see cref="Godot.Label"/>, 路径: BottomTips.Panel.MarginContainer.CenterContainer.HBoxContainer.Label
  59. /// </summary>
  60. public class UiNode_Label : IUiNode<Godot.Label, UiNode_Label>
  61. {
  62. public UiNode_Label(Godot.Label node) : base(node) { }
  63. public override UiNode_Label Clone() => new ((Godot.Label)Instance.Duplicate());
  64. }
  65.  
  66. /// <summary>
  67. /// 类型: <see cref="Godot.HBoxContainer"/>, 路径: BottomTips.Panel.MarginContainer.CenterContainer.HBoxContainer
  68. /// </summary>
  69. public class UiNode_HBoxContainer : IUiNode<Godot.HBoxContainer, UiNode_HBoxContainer>
  70. {
  71. /// <summary>
  72. /// 使用 Instance 属性获取当前节点实例对象, 节点类型: <see cref="Godot.AspectRatioContainer"/>, 节点路径: BottomTips.Panel.MarginContainer.CenterContainer.AspectRatioContainer
  73. /// </summary>
  74. public UiNode_AspectRatioContainer L_AspectRatioContainer
  75. {
  76. get
  77. {
  78. if (_L_AspectRatioContainer == null) _L_AspectRatioContainer = new UiNode_AspectRatioContainer(Instance.GetNodeOrNull<Godot.AspectRatioContainer>("AspectRatioContainer"));
  79. return _L_AspectRatioContainer;
  80. }
  81. }
  82. private UiNode_AspectRatioContainer _L_AspectRatioContainer;
  83.  
  84. /// <summary>
  85. /// 使用 Instance 属性获取当前节点实例对象, 节点类型: <see cref="Godot.Label"/>, 节点路径: BottomTips.Panel.MarginContainer.CenterContainer.Label
  86. /// </summary>
  87. public UiNode_Label L_Label
  88. {
  89. get
  90. {
  91. if (_L_Label == null) _L_Label = new UiNode_Label(Instance.GetNodeOrNull<Godot.Label>("Label"));
  92. return _L_Label;
  93. }
  94. }
  95. private UiNode_Label _L_Label;
  96.  
  97. public UiNode_HBoxContainer(Godot.HBoxContainer node) : base(node) { }
  98. public override UiNode_HBoxContainer Clone() => new ((Godot.HBoxContainer)Instance.Duplicate());
  99. }
  100.  
  101. /// <summary>
  102. /// 类型: <see cref="Godot.CenterContainer"/>, 路径: BottomTips.Panel.MarginContainer.CenterContainer
  103. /// </summary>
  104. public class UiNode_CenterContainer : IUiNode<Godot.CenterContainer, UiNode_CenterContainer>
  105. {
  106. /// <summary>
  107. /// 使用 Instance 属性获取当前节点实例对象, 节点类型: <see cref="Godot.HBoxContainer"/>, 节点路径: BottomTips.Panel.MarginContainer.HBoxContainer
  108. /// </summary>
  109. public UiNode_HBoxContainer L_HBoxContainer
  110. {
  111. get
  112. {
  113. if (_L_HBoxContainer == null) _L_HBoxContainer = new UiNode_HBoxContainer(Instance.GetNodeOrNull<Godot.HBoxContainer>("HBoxContainer"));
  114. return _L_HBoxContainer;
  115. }
  116. }
  117. private UiNode_HBoxContainer _L_HBoxContainer;
  118.  
  119. public UiNode_CenterContainer(Godot.CenterContainer node) : base(node) { }
  120. public override UiNode_CenterContainer Clone() => new ((Godot.CenterContainer)Instance.Duplicate());
  121. }
  122.  
  123. /// <summary>
  124. /// 类型: <see cref="Godot.MarginContainer"/>, 路径: BottomTips.Panel.MarginContainer
  125. /// </summary>
  126. public class UiNode_MarginContainer : IUiNode<Godot.MarginContainer, UiNode_MarginContainer>
  127. {
  128. /// <summary>
  129. /// 使用 Instance 属性获取当前节点实例对象, 节点类型: <see cref="Godot.CenterContainer"/>, 节点路径: BottomTips.Panel.CenterContainer
  130. /// </summary>
  131. public UiNode_CenterContainer L_CenterContainer
  132. {
  133. get
  134. {
  135. if (_L_CenterContainer == null) _L_CenterContainer = new UiNode_CenterContainer(Instance.GetNodeOrNull<Godot.CenterContainer>("CenterContainer"));
  136. return _L_CenterContainer;
  137. }
  138. }
  139. private UiNode_CenterContainer _L_CenterContainer;
  140.  
  141. public UiNode_MarginContainer(Godot.MarginContainer node) : base(node) { }
  142. public override UiNode_MarginContainer Clone() => new ((Godot.MarginContainer)Instance.Duplicate());
  143. }
  144.  
  145. /// <summary>
  146. /// 类型: <see cref="Godot.PanelContainer"/>, 路径: BottomTips.Panel
  147. /// </summary>
  148. public class UiNode_Panel : IUiNode<Godot.PanelContainer, UiNode_Panel>
  149. {
  150. /// <summary>
  151. /// 使用 Instance 属性获取当前节点实例对象, 节点类型: <see cref="Godot.MarginContainer"/>, 节点路径: BottomTips.MarginContainer
  152. /// </summary>
  153. public UiNode_MarginContainer L_MarginContainer
  154. {
  155. get
  156. {
  157. if (_L_MarginContainer == null) _L_MarginContainer = new UiNode_MarginContainer(Instance.GetNodeOrNull<Godot.MarginContainer>("MarginContainer"));
  158. return _L_MarginContainer;
  159. }
  160. }
  161. private UiNode_MarginContainer _L_MarginContainer;
  162.  
  163. public UiNode_Panel(Godot.PanelContainer node) : base(node) { }
  164. public override UiNode_Panel Clone() => new ((Godot.PanelContainer)Instance.Duplicate());
  165. }
  166.  
  167. }