(2402e736e) Tester's build, January 25th 2020
This commit is contained in:
@@ -16,6 +16,8 @@ namespace Barotrauma
|
||||
#region Hierarchy
|
||||
public GUIComponent Parent => RectTransform.Parent?.GUIComponent;
|
||||
|
||||
public CursorState HoverCursor = CursorState.Default;
|
||||
|
||||
public IEnumerable<GUIComponent> Children => RectTransform.Children.Select(c => c.GUIComponent);
|
||||
|
||||
public T GetChild<T>() where T : GUIComponent
|
||||
|
||||
Reference in New Issue
Block a user