The TreePlusUINode type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
|  | TreePlusUINode | Initializes a TreePlusUINode instance. | 
Methods
| Name | Description | |
|---|---|---|
|  | InitializeComponent | 
            InitializeComponent
             | 
|  | Update | Updates the visuals of this Node (including Wins/Losses as well as the displayed Image). | 
Properties
| Name | Description | |
|---|---|---|
|  | Found | Whether or not this Node is highlighted. | 
|  | Highlighted | Whether or not this Node is highlighted. | 
|  | Losses | Number of Losses for this fighter. | 
|  | Node | The TreePlus-Node this UI-Element represents. | 
|  | Referenced | Whether or not this Node is referenced by a highlighted Node. | 
|  | Text | The Text this UIElement is set to. Usually the fighters name. | 
|  | Wins | Number of Wins for this fighter. | 
See Also