예제 #1
0
 public override GuiWidget AddChild(GuiWidget childToAdd, int indexInChildrenList = -1)
 {
     return(ActionArea.AddChild(childToAdd, indexInChildrenList));
 }
예제 #2
0
 public override void AddChild(GuiWidget childToAdd, int indexInChildrenList = -1)
 {
     ActionArea.AddChild(childToAdd, indexInChildrenList);
 }