[]
Initializes a new instance of the OutlineNode class.
public OutlineNode()
Initializes a new instance of the OutlineNode class.
public OutlineNode(string title)
| Type | Name | Description |
|---|---|---|
| string | title | The title of OutlineNode. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string title, DestinationBase dest, bool expanded = false)
| Type | Name | Description |
|---|---|---|
| string | title | The title of OutlineNode. |
| DestinationBase | dest | The DestinationBase to be activated when this OutlineNode clicked. |
| bool | expanded | The initial expanded state of OutlineNode. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string title, ActionBase action, bool expanded = false)
| Type | Name | Description |
|---|---|---|
| string | title | The title of OutlineNode. |
| ActionBase | action | The ActionBase to be activated when this OutlineNode clicked. |
| bool | expanded | The initial expanded state of OutlineNode. |